Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatMethod ¶
type ChatMethod struct {
Text string `json:"text"`
}
type EnterWorldMethod ¶
type EnterWorldMethod struct {
IngameClientData ingamemodel.GameClient `json:"ingame_client_data"`
}
type ExitWorldMethod ¶
type ExitWorldMethod struct { }
type GetIngameClientsData ¶
type GetIngameClientsData struct {
Clients []ingamemodel.GameClient `json:"clients"`
}
type MoveMethod ¶
type MoveMethod struct {
To ingamemodel.Transform `json:"to"`
}
Click to show internal directories.
Click to hide internal directories.