Table of Contents

Class CostumeItemSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class CostumeItemSheet.Row : ItemSheet.Row
Inheritance
CostumeItemSheet.Row
Inherited Members

Constructors

Row()

public Row()

Row(Dictionary)

public Row(Dictionary serialized)

Parameters

serialized Dictionary

Properties

ItemType

public override ItemType ItemType { get; }

Property Value

ItemType

SpineResourcePath

public string SpineResourcePath { get; }

Property Value

string

Methods

Deserialize(Dictionary)

public static CostumeItemSheet.Row Deserialize(Dictionary serialized)

Parameters

serialized Dictionary

Returns

CostumeItemSheet.Row

Serialize()

public override IValue Serialize()

Returns

IValue

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>