Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddAIPlayer ¶
type AddAIPlayer struct { }
type AssignPlayerNumber ¶
type AssignPlayerNumber struct {
Number int
}
type ErrorMessage ¶
type ErrorMessage struct {
Message string
}
type PlayerConn ¶
func (*PlayerConn) Recv ¶
func (p *PlayerConn) Recv() ([]interface{}, error)
func (*PlayerConn) Send ¶
func (p *PlayerConn) Send(msg interface{}) error
type SetPlayerName ¶
type SetPlayerName struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.