combine all code into a single binary

This commit is contained in:
cuu
2018-12-08 22:43:20 +08:00
parent 1826b16bee
commit 6ef7260d1f
9 changed files with 190 additions and 141 deletions

View File

@@ -14,3 +14,8 @@ var (
DT = 50
)
var (
Emulator_flag = "action.json"
Plugin_flag = "plugin.json"
)