Table of Contents

Class RuneCostSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class RuneCostSheet.Row : SheetRow<int>
Inheritance
RuneCostSheet.Row
Inherited Members

Properties

Cost

public List<RuneCostSheet.RuneCostData> Cost { get; }

Property Value

List<RuneCostSheet.RuneCostData>

Key

public override int Key { get; }

Property Value

int

RuneId

public int RuneId { get; }

Property Value

int

Methods

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>

TryGetCost(int, out RuneCostData)

public bool TryGetCost(int level, out RuneCostSheet.RuneCostData costData)

Parameters

level int
costData RuneCostSheet.RuneCostData

Returns

bool