Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rank ¶
type Rank struct {
// RankName is the name of the rank.
RankName string `json:"rank_name"`
// RankOrderID is the order of the rank in the rank list.
RankOrderID int64 `json:"rank_order_id"`
// RankBase is the rank this rank is based off, nil or empty if no base rank.
BaseRank string `json:"base_rank"`
}
Rank represents a rank on the server
func DeserializeRanks ¶
Click to show internal directories.
Click to hide internal directories.