Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Player ¶
type Player interface { GetName() string SetName(name string) IsCurrent() bool SetCurrent(current bool) GetPoints() int SetPoints(points int) IncrementPoints() int // Online Functions IsRemote() bool SetRemote(remote bool) IsPlayer1() bool SetPlayer1(player1 bool) GetDBPlayer() db.DBPlayer SetDBPlayer(dbPlayer db.DBPlayer) }
Click to show internal directories.
Click to hide internal directories.