1
This commit is contained in:
parent
e86058290a
commit
94d831eefe
@ -107,6 +107,18 @@
|
|||||||
"switch_name": "circuitMatch",
|
"switch_name": "circuitMatch",
|
||||||
"switch_desc": "27-巡回赛"
|
"switch_desc": "27-巡回赛"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"switch_name": "ui.marketNft",
|
||||||
|
"switch_desc": "28-marketNFT是否显示"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"switch_name": "ui.contribution",
|
||||||
|
"switch_desc": "29-贡献点"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"switch_name": "ui.officeSite",
|
||||||
|
"switch_desc": "30-官网"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"switch_name": "only.allowed.superWhiteList",
|
"switch_name": "only.allowed.superWhiteList",
|
||||||
"switch_desc": "100-只允许至尊白名单用户登录登录"
|
"switch_desc": "100-只允许至尊白名单用户登录登录"
|
||||||
|
@ -12,6 +12,7 @@ type teamMgr struct {
|
|||||||
cs.MsgHandlerImpl
|
cs.MsgHandlerImpl
|
||||||
curIdx int64
|
curIdx int64
|
||||||
teamUuidHash map[string]*team
|
teamUuidHash map[string]*team
|
||||||
|
lastBattleHash map[string]*team
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *teamMgr) Init() {
|
func (this *teamMgr) Init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user