Table of Contents

Class PetCostSheet.Row

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

Properties

Cost

public List<PetCostSheet.PetCostData> Cost { get; }

Property Value

List<PetCostSheet.PetCostData>

Key

public override int Key { get; }

Property Value

int

PetId

public int PetId { get; }

Property Value

int

Methods

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>

TryGetCost(int, out PetCostData)

public bool TryGetCost(int level, out PetCostSheet.PetCostData costData)

Parameters

level int
costData PetCostSheet.PetCostData

Returns

bool