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