From d7b72cd6ea5ef04a185ee52b030320fb956f37e4 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 6 Jun 2024 16:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=88=98=E5=9C=BA=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/gameparam.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/gameparam.go b/model/gameparam.go index d834e6b..2d926ba 100644 --- a/model/gameparam.go +++ b/model/gameparam.go @@ -89,6 +89,7 @@ type GameParam struct { RankPlayerLevelMaxNum int //等级榜最大人数 CloseChannelSwitch bool //关闭渠道开关功能 BackendTimeLocal int //后台时区 + GameStaticsFightVersion int // 对战场统计数据版本 } var GameParamPath = "../data/gameparam.json"