Revert "update"

This reverts commit 6ff3523276.
This commit is contained in:
Leonwang4234
2020-09-06 17:43:54 -07:00
parent 6ff3523276
commit 3cd87c8174
367 changed files with 10567 additions and 12948 deletions

View File

@@ -1,12 +1,10 @@
"use strict";
const log = function(context, obj){
Vars.mods.getScripts().log(context, String(obj))
}
const readString = path => Vars.mods.getScripts().readString(path)
const readBytes = path => Vars.mods.getScripts().readBytes(path)
const onEvent = function(event, handler){
Vars.mods.getScripts().onEvent(event, handler)
}
var scriptName = "base.js"
var modName = "none"