mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-08-19 22:09:29 +02:00
Compare commits
2 Commits
bbf64a3c3b
...
e11eaec05a
Author | SHA1 | Date | |
---|---|---|---|
|
e11eaec05a | ||
|
55e0cfb6e4 |
@ -117,6 +117,7 @@ type SessionSaveData struct {
|
||||
Challenges []ChallengeData `json:"challenges"`
|
||||
MysteryEncounterType MysteryEncounterType `json:"mysteryEncounterType"`
|
||||
MysteryEncounterSaveData MysteryEncounterSaveData `json:"mysteryEncounterSaveData"`
|
||||
Name string `json:"name,omitempty"`
|
||||
}
|
||||
|
||||
type ChallengeData struct {
|
||||
|
Loading…
Reference in New Issue
Block a user