Mindustry/core/assets/scripts/wrapper.js
2019-12-01 12:32:35 -05:00

9 lines
101 B
JavaScript
Executable file

this["$SCRIPT_NAME$"] = function(){
$CODE$
};
try{
this["$SCRIPT_NAME$"]();
}catch(e){
print(e)
}