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
Properties
ItemId
public int ItemId { get; }
Property Value
ItemType
public string ItemType { get; }
Property Value
Ratio
public int Ratio { get; }