Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity struct { Type ActivityType Player uuid.UUID Value interface{} }
type ActivityType ¶
type ActivityType int
const ( Join ActivityType = iota SetName SetRoleset Vote Quit ResetGame )
type GameChannel ¶
type GameChannel chan *Activity
Click to show internal directories.
Click to hide internal directories.