mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-24 06:38:10 +07:00
JS console / Scripting tweaks
This commit is contained in:
@ -1,2 +1,10 @@
|
||||
modName = "$MOD_NAME$"
|
||||
|
||||
!function(){
|
||||
|
||||
const scriptName = "$SCRIPT_NAME$"
|
||||
const print = text => log(scriptName, text);
|
||||
$CODE$
|
||||
|
||||
}();
|
||||
|
||||
|
Reference in New Issue
Block a user