Table of Contents

Class AdventureBossSheet.RewardRatioData

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

Constructors

RewardRatioData(string, int, int)

public RewardRatioData(string itemType, int itemId, int ratio)

Parameters

itemType string
itemId int
ratio int

Properties

ItemId

public int ItemId { get; }

Property Value

int

ItemType

public string ItemType { get; }

Property Value

string

Ratio

public int Ratio { get; }

Property Value

int