Mindustry/core/assets/scripts/wrapper.js
2019-12-07 14:10:39 -05:00

11 lines
132 B
JavaScript
Executable File

modName = "$MOD_NAME$"
!function(){
const scriptName = "$SCRIPT_NAME$"
const print = text => log(scriptName, text);
$CODE$
}();