Table of Contents

Class PetCostSheet.PetCostData

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class PetCostSheet.PetCostData
Inheritance
PetCostSheet.PetCostData
Inherited Members

Constructors

PetCostData(int, int, int)

public PetCostData(int level, int soulStoneQuantity, int ncgQuantity)

Parameters

level int
soulStoneQuantity int
ncgQuantity int

Properties

Level

public int Level { get; }

Property Value

int

NcgQuantity

public int NcgQuantity { get; }

Property Value

int

SoulStoneQuantity

public int SoulStoneQuantity { get; }

Property Value

int