mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-22 04:21:14 -08:00
10 lines
132 B
JavaScript
Executable file
10 lines
132 B
JavaScript
Executable file
modName = "$MOD_NAME$"
|
|
|
|
!function(){
|
|
|
|
const scriptName = "$SCRIPT_NAME$"
|
|
const print = text => log(scriptName, text);
|
|
$CODE$
|
|
|
|
}();
|
|
|