struct Models::CharacterKitbag

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 items : Array(KitbagItem) #

[View source]
def items=(items : Array(KitbagItem)) #

[View source]
def keybag_num : UInt16 #

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

[View source]
def type : UInt8 #

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

[View source]