mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-24 05:21:15 -08:00
9 lines
101 B
JavaScript
Executable file
9 lines
101 B
JavaScript
Executable file
this["$SCRIPT_NAME$"] = function(){
|
|
$CODE$
|
|
};
|
|
|
|
try{
|
|
this["$SCRIPT_NAME$"]();
|
|
}catch(e){
|
|
print(e)
|
|
}
|