mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-16 21:51:29 +08:00
7 lines
117 B
Go
7 lines
117 B
Go
package defs
|
|
|
|
type TitleStats struct {
|
|
PlayerCount int `json:"playerCount"`
|
|
BattleCount int `json:"battleCount"`
|
|
}
|