remove all init() in UI, move into UI.Init()

This commit is contained in:
cuu
2019-01-07 22:09:53 +08:00
parent 003bb8f598
commit 4736ab131d
4 changed files with 20 additions and 8 deletions

View File

@@ -54,7 +54,8 @@ func DefineGameShell() {
}
func init(){
func keys_def_init(){
GameShell = make(map[string]string)
PC = make(map[string]string)