Add named runs

This commit is contained in:
Sirz Benjie 2025-08-14 15:56:26 -05:00
parent bbf64a3c3b
commit 55e0cfb6e4
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

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