Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lobby ¶
type Lobby struct { Token string `json:"token"` Locations []string `json:"locations"` CurrentLocation string `json:"currentloc"` AmountPl int `json:"amountpl"` AmountSpy int `json:"amountspy"` SpyPlayers []string `json:"spyplayers"` AllPlayers []string `json:"allplayers"` Status string `json:"status"` }
Lobby type
Click to show internal directories.
Click to hide internal directories.