Class WorldBossBattleRewardSheet.Row
- Namespace
- Nekoyume.TableData
- Assembly
- Lib9c.dll
public class WorldBossBattleRewardSheet.Row : SheetRow<int>, IWorldBossRewardRow
- Inheritance
-
WorldBossBattleRewardSheet.Row
- Implements
-
- Inherited Members
-
Fields
Id
Field Value
- int
RuneMax
Field Value
- int
RuneMin
Field Value
- int
Properties
BossId
public int BossId { get; }
Property Value
- int
Circle
public int Circle { get; }
Property Value
- int
Crystal
public int Crystal { get; }
Property Value
- int
Key
public override int Key { get; }
Property Value
- int
Rank
Property Value
- int
Rune
Property Value
- int
Methods
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>
SetRune(IRandom)
public void SetRune(IRandom random)
Parameters
random
IRandom