mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 23:28:52 +07:00
11 lines
132 B
JavaScript
Executable File
11 lines
132 B
JavaScript
Executable File
modName = "$MOD_NAME$"
|
|
|
|
!function(){
|
|
|
|
const scriptName = "$SCRIPT_NAME$"
|
|
const print = text => log(scriptName, text);
|
|
$CODE$
|
|
|
|
}();
|
|
|