数据优化

This commit is contained in:
hahwu 2025-12-09 09:59:45 +08:00
parent eb71e599a2
commit f611eccec9

View File

@ -109,6 +109,6 @@ func init() {
gob.Register(&ActivityInfo{}) gob.Register(&ActivityInfo{})
gob.Register(&ChargeExtra{}) gob.Register(&ChargeExtra{})
gob.Register(&GameResult{}) gob.Register(&GameResult{})
gob.Register(&CatnipMsg{}) gob.Register(CatnipMsg{})
gob.Register(&CatnipLock{}) gob.Register(&CatnipLock{})
} }