Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type BagTempSync ¶
type BagTempSync struct { }
func (BagTempSync) Opcode ¶
func (b BagTempSync) Opcode() uint16
func (*BagTempSync) Unpack ¶
func (b *BagTempSync) Unpack(pr *barrel.Processor)
type ChangeSecret ¶
func (ChangeSecret) Opcode ¶
func (c ChangeSecret) Opcode() uint16
func (*ChangeSecret) Unpack ¶
func (c *ChangeSecret) Unpack(pr *barrel.Processor)
type CreateCharacter ¶
type CreateCharacter struct { Name string Map string LenLook uint16 Look common.CharacterLookSub }
func (CreateCharacter) Opcode ¶
func (c CreateCharacter) Opcode() uint16
func (*CreateCharacter) Unpack ¶
func (c *CreateCharacter) Unpack(pr *barrel.Processor)
type DeleteCharacter ¶
func (DeleteCharacter) Opcode ¶
func (d DeleteCharacter) Opcode() uint16
func (*DeleteCharacter) Unpack ¶
func (d *DeleteCharacter) Unpack(pr *barrel.Processor)
type EnterWorld ¶
type EnterWorld struct {
Name string
}
func (EnterWorld) Opcode ¶
func (e EnterWorld) Opcode() uint16
func (*EnterWorld) Unpack ¶
func (e *EnterWorld) Unpack(pr *barrel.Processor)
Click to show internal directories.
Click to hide internal directories.