Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Team ¶
type Team struct {
Name qstring.QuakeString
Players []qclient.Client
}
func FromPlayers ¶
func (Team) MarshalJSON ¶
type TeamExport ¶
type TeamExport struct {
Name qstring.QuakeString
NameColor string
Frags int
Colors [2]uint8
Players []qclient.Client
}
func Export ¶
func Export(t Team) TeamExport
Click to show internal directories.
Click to hide internal directories.