Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BedFight ¶
type BedFight struct {
TeamColor BedFightTeamColor
}
type BedFightTeamColor ¶
type BedFightTeamColor int
const ( BedFightTeamRed BedFightTeamColor = iota BedFightTeamBlue )
func (BedFightTeamColor) Colour ¶
func (b BedFightTeamColor) Colour() item.Colour
Click to show internal directories.
Click to hide internal directories.