mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-02 02:57:15 +08:00
Add session play time to model
This commit is contained in:
parent
b1355e96dd
commit
f7ffb481a7
@ -47,6 +47,7 @@ type GachaType int
|
|||||||
|
|
||||||
type SessionSaveData struct {
|
type SessionSaveData struct {
|
||||||
Seed string `json:"seed"`
|
Seed string `json:"seed"`
|
||||||
|
PlayTime int `json:"playTime"`
|
||||||
GameMode GameMode `json:"gameMode"`
|
GameMode GameMode `json:"gameMode"`
|
||||||
Party []PokemonData `json:"party"`
|
Party []PokemonData `json:"party"`
|
||||||
EnemyParty []PokemonData `json:"enemyParty"`
|
EnemyParty []PokemonData `json:"enemyParty"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user