Mindustry/core/assets/scripts/wrapper.js
2019-11-27 13:51:07 -05:00

10 lines
107 B
JavaScript
Executable File

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