对战场统计数据版本

This commit is contained in:
sk 2024-06-06 16:21:54 +08:00
parent 869a2c91d2
commit d7b72cd6ea
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ type GameParam struct {
RankPlayerLevelMaxNum int //等级榜最大人数
CloseChannelSwitch bool //关闭渠道开关功能
BackendTimeLocal int //后台时区
GameStaticsFightVersion int // 对战场统计数据版本
}
var GameParamPath = "../data/gameparam.json"