锦标赛优化

This commit is contained in:
hahwu 2026-04-16 15:36:13 +08:00
parent f9ef827559
commit fc73d862dd

View File

@ -91,6 +91,7 @@ type CRank struct {
}
func (c *ChampshipMgr) Init() {
dispterTimer = make(map[string]*timer.Timer, 0)
c.key = CHAMPSHIP_MGR_KEY
c.data = &ChampshipData{
Rank: make(map[int][]*ChampshipRank, 0),