struct Rosegold::DataComponents::Trim::TrimPattern::InlineTrimPattern

Overview

Inline trim pattern structure

Defined in:

rosegold/inventory/slot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(asset_name : String, template_item : UInt32, description : String, decal : Bool) #

[View source]
def self.read(io) : self #

[View source]

Instance Method Detail

def asset_name : String #

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

[View source]
def decal : Bool #

[View source]
def decal=(decal : Bool) #

[View source]
def description : String #

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

[View source]
def template_item : UInt32 #

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

[View source]
def write(io) : Nil #

[View source]