mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-23 04:59:19 +07:00
10 lines
107 B
JavaScript
Executable File
10 lines
107 B
JavaScript
Executable File
this["$SCRIPT_NAME$"] = function(){
|
|
$CODE$
|
|
};
|
|
|
|
try{
|
|
this["$SCRIPT_NAME$"]();
|
|
}catch(e){
|
|
console.log(e)
|
|
}
|