Documentation
¶
Index ¶
Constants ¶
View Source
const ( MEClientConnected = iota MEClientDisconnect MEClientPacket MEServerConnected MEServerDisconnect MEServerPacket )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
MConn
GetLogedIn() bool
SetLogedIn(bool)
GetAccountID() int32
SetAccountID(int32)
GetGender() byte
SetGender(byte)
GetWorldID() byte
SetWorldID(byte)
GetChannelID() byte
SetChannelID(byte)
GetAdminLevel() int
SetAdminLevel(int)
GetCashShopStorage() interface{}
SetCashShopStorage(interface{})
}
Click to show internal directories.
Click to hide internal directories.