Table of Contents

Class EquipmentItemSheet.Row

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

Constructors

Row()

public Row()

Row(Dictionary)

public Row(Dictionary serialized)

Parameters

serialized Dictionary

Properties

AttackRange

public decimal AttackRange { get; }

Property Value

decimal

Exp

public long? Exp { get; }

Property Value

long?

ItemType

public override ItemType ItemType { get; }

Property Value

ItemType

SetId

public int SetId { get; }

Property Value

int

SpineResourcePath

public string SpineResourcePath { get; }

Property Value

string

Stat

public DecimalStat Stat { get; }

Property Value

DecimalStat

Methods

Serialize()

public override IValue Serialize()

Returns

IValue

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>