rogueserver/defs/game.go
2024-04-06 18:15:47 -04:00

7 lines
117 B
Go

package defs
type TitleStats struct {
PlayerCount int `json:"playerCount"`
BattleCount int `json:"battleCount"`
}