Loading offline/savegame/data/json.go +6 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,12 @@ type CharacterSheet struct { Rd TypeRD `json:"rd"` // unknown } // CharacterGender constants. const ( CharacterGenderMale = 0 // CharacterGenderMale represents a male avatar. CharacterGenderFemale = 1 // CharacterGenderFemale represents a female avatar. ) // CharacterName is the JSON converted data for the name information. type CharacterName struct { Ch string `json:"ch"` // UUID of character Loading Loading
offline/savegame/data/json.go +6 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,12 @@ type CharacterSheet struct { Rd TypeRD `json:"rd"` // unknown } // CharacterGender constants. const ( CharacterGenderMale = 0 // CharacterGenderMale represents a male avatar. CharacterGenderFemale = 1 // CharacterGenderFemale represents a female avatar. ) // CharacterName is the JSON converted data for the name information. type CharacterName struct { Ch string `json:"ch"` // UUID of character Loading