mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-22 08:31:30 +08:00
Add support for some tracked run stats
This commit is contained in:
parent
99e878b933
commit
223bb6e90c
@ -96,6 +96,9 @@ type SessionSaveData struct {
|
||||
PokeballCounts PokeballCounts `json:"pokeballCounts"`
|
||||
Money int `json:"money"`
|
||||
Score int `json:"score"`
|
||||
VictoryCount int `json:"victoryCount"`
|
||||
FaintCount int `json:"faintCount"`
|
||||
ReviveCount int `json:"reviveCount"`
|
||||
WaveIndex int `json:"waveIndex"`
|
||||
BattleType BattleType `json:"battleType"`
|
||||
Trainer TrainerData `json:"trainer"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user