mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-08-19 22:09:29 +02:00
Add named runs
This commit is contained in:
parent
bbf64a3c3b
commit
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