mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-08-19 22:09:29 +02:00
Compare commits
No commits in common. "e11eaec05a5d538b113509d142e7b6f375bdf128" and "bbf64a3c3bfc9800873f7eb24b0ed1f03100ad72" have entirely different histories.
e11eaec05a
...
bbf64a3c3b
@ -117,7 +117,6 @@ type SessionSaveData struct {
|
|||||||
Challenges []ChallengeData `json:"challenges"`
|
Challenges []ChallengeData `json:"challenges"`
|
||||||
MysteryEncounterType MysteryEncounterType `json:"mysteryEncounterType"`
|
MysteryEncounterType MysteryEncounterType `json:"mysteryEncounterType"`
|
||||||
MysteryEncounterSaveData MysteryEncounterSaveData `json:"mysteryEncounterSaveData"`
|
MysteryEncounterSaveData MysteryEncounterSaveData `json:"mysteryEncounterSaveData"`
|
||||||
Name string `json:"name,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type ChallengeData struct {
|
type ChallengeData struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user