struct Models::EnterGameReply

Included Modules

Defined in:

models.cr

Constructors

Instance Method Summary

Instance methods inherited from module Avocado::Pack

opcode opcode, pack(io, type, variable, order)
pack(io, order = IO::ByteFormat::BigEndian)
pack

Instance methods inherited from module Avocado

[](variable) [], []=(variable, value) []=, opcode opcode

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def auto_lock : UInt8 #

[View source]
def auto_lock=(auto_lock : UInt8) #

[View source]
def can_team : UInt8 #

[View source]
def can_team=(can_team : UInt8) #

[View source]
def character_base : CharacterBase #

[View source]
def character_base=(character_base : CharacterBase) #

[View source]
def character_skill_bag : CharacterSkillBag #

[View source]
def character_skill_bag=(character_skill_bag : CharacterSkillBag) #

[View source]
def enter_ret : UInt16 #

[View source]
def enter_ret=(enter_ret : UInt16) #

[View source]
def enter_type : UInt8 #

[View source]
def enter_type=(enter_type : UInt8) #

[View source]
def imps : UInt32 #

[View source]
def imps=(imps : UInt32) #

[View source]
def initialize #

[View source]
def is_new_char : UInt8 #

[View source]
def is_new_char=(is_new_char : UInt8) #

[View source]
def kitbag_lock : UInt8 #

[View source]
def kitbag_lock=(kitbag_lock : UInt8) #

[View source]
def map_name : String #

[View source]
def map_name=(map_name : String) #

[View source]
def undefined : Bytes #

[View source]
def undefined2 : Bytes #

[View source]
def undefined2=(undefined2 : Bytes) #

[View source]
def undefined=(undefined : Bytes) #

[View source]