rogueserver/defs/game.go

7 lines
117 B
Go
Raw Normal View History

2024-04-06 15:15:47 -07:00
package defs
type TitleStats struct {
PlayerCount int `json:"playerCount"`
BattleCount int `json:"battleCount"`
}