mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-04 12:07:13 +08:00
Add token version to session save data
This commit is contained in:
parent
81b316f4c9
commit
9b0196b16c
@ -107,6 +107,7 @@ type SessionSaveData struct {
|
|||||||
Trainer TrainerData `json:"trainer"`
|
Trainer TrainerData `json:"trainer"`
|
||||||
GameVersion string `json:"gameVersion"`
|
GameVersion string `json:"gameVersion"`
|
||||||
Timestamp int `json:"timestamp"`
|
Timestamp int `json:"timestamp"`
|
||||||
|
TokenVersion int `json:"tokenVersion"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type GameMode int
|
type GameMode int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user