struct Rosegold::DataComponents::AttributeModifiers::AttributeModifier

Defined in:

rosegold/inventory/slot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(attribute_id : UInt32, modifier_id : String, value : Float64, operation : UInt32, slot : UInt32) #

[View source]

Instance Method Detail

def attribute_id : UInt32 #

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

[View source]
def modifier_id : String #

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

[View source]
def operation : UInt32 #

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

[View source]
def slot : UInt32 #

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

[View source]
def value : Float64 #

[View source]
def value=(value : Float64) #

[View source]