Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Player ¶
type Player struct { Serial string `json:"serial"` Name string `json:"name"` Active bool `json:"active"` Class string `json:"class"` Race string `json:"race"` Age int `json:"age"` Hp int `json:"hp"` Mp int `json:"mp"` Balance float64 `json:"balance"` Gender string `json:"gender"` Guild string `json:"guild"` Location Location `json:"location"` }
Click to show internal directories.
Click to hide internal directories.