GCG流程至投掷骰子

This commit is contained in:
UnKownOwO
2023-01-07 00:38:06 +08:00
parent b6512b58c2
commit 8e11ec5f9f
9 changed files with 741 additions and 317 deletions
+4
View File
@@ -363,6 +363,10 @@ func (t *TickManager) onTickSecond(now int64) {
}
}
}
// GCG游戏Tick
for _, game := range GCG_MANAGER.gameMap {
game.onTick()
}
}
func (t *TickManager) onTick200MilliSecond(now int64) {