Table of Contents

Class AdventureBossFloorSheet.RewardData

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

Constructors

RewardData(string, int, int, int, int)

public RewardData(string itemType, int itemId, int min, int max, int ratio)

Parameters

itemType string
itemId int
min int
max int
ratio int

Properties

ItemId

public int ItemId { get; }

Property Value

int

ItemType

public string ItemType { get; }

Property Value

string

Max

public int Max { get; }

Property Value

int

Min

public int Min { get; }

Property Value

int

Ratio

public int Ratio { get; }

Property Value

int