场景group分suite加载、读取掉落表

This commit is contained in:
flswld
2023-03-21 23:03:00 +08:00
parent 62b929902d
commit f99d845d57
46 changed files with 1076 additions and 594 deletions

View File

@@ -25,7 +25,7 @@ func TestInitGameDataConfig(t *testing.T) {
logger.Info("start load conf")
InitGameDataConfig()
logger.Info("load conf finish")
time.Sleep(time.Second)
time.Sleep(time.Minute)
}
func CheckJsonLoop(path string, errorJsonFileList *[]string, totalJsonFileCount *int) {