Add token version to session save data

This commit is contained in:
AJ Fontaine 2024-06-03 18:54:36 -04:00 committed by GitHub
parent 81b316f4c9
commit 9b0196b16c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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