Add session play time to model

pull/1/head
Flashfyre 2024-01-11 20:28:01 -05:00
parent b1355e96dd
commit f7ffb481a7
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ type GachaType int
type SessionSaveData struct {
Seed string `json:"seed"`
PlayTime int `json:"playTime"`
GameMode GameMode `json:"gameMode"`
Party []PokemonData `json:"party"`
EnemyParty []PokemonData `json:"enemyParty"`