// Copyright (C) 2024 Pagefault Games - All Rights Reserved // https://github.com/pagefaultgames package defs type TitleStats struct { PlayerCount int `json:"playerCount"` BattleCount int `json:"battleCount"` }