Table of Contents

Class AdventureBossSheet.RewardAmountData

Namespace
Nekoyume.TableData.AdventureBoss
Assembly
Lib9c.dll
[Serializable]
public class AdventureBossSheet.RewardAmountData
Inheritance
AdventureBossSheet.RewardAmountData
Inherited Members

Constructors

RewardAmountData(string, int, int)

public RewardAmountData(string itemType, int itemId, int amount)

Parameters

itemType string
itemId int
amount int

Properties

Amount

public int Amount { get; }

Property Value

int

ItemId

public int ItemId { get; }

Property Value

int

ItemType

public string ItemType { get; }

Property Value

string