读取角色配置表

This commit is contained in:
huangxiaolei
2022-12-01 00:22:20 +08:00
parent 11e9e6a76d
commit 8c6bd85930
13 changed files with 311 additions and 31 deletions

View File

@@ -29,6 +29,7 @@ type Hk4e struct {
KcpPort int `toml:"kcp_port"`
KcpAddr string `toml:"kcp_addr"`
ResourcePath string `toml:"resource_path"`
GameDataConfigPath string `toml:"game_data_config_path"`
GachaHistoryServer string `toml:"gacha_history_server"`
}