struct Models::SkillState

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 duration : UInt32 #

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

[View source]
def id : UInt8 #

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

[View source]
def initialize #

[View source]
def level : UInt8 #

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

[View source]
def start : UInt32 #

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

[View source]