mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 19:47:14 +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"`
|
||||
GameVersion string `json:"gameVersion"`
|
||||
Timestamp int `json:"timestamp"`
|
||||
TokenVersion int `json:"tokenVersion"`
|
||||
}
|
||||
|
||||
type GameMode int
|
||||
|
Loading…
x
Reference in New Issue
Block a user