Mindustry/core/assets/scripts/wrapper.js

10 lines
107 B
JavaScript
Raw Normal View History

2019-11-28 01:51:07 +07:00
this["$SCRIPT_NAME$"] = function(){
$CODE$
};
try{
this["$SCRIPT_NAME$"]();
}catch(e){
console.log(e)
}