Table of Contents

Class WorldBossBattleRewardSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
public class WorldBossBattleRewardSheet.Row : SheetRow<int>, IWorldBossRewardRow
Inheritance
WorldBossBattleRewardSheet.Row
Implements
Inherited Members

Fields

Id

public int Id

Field Value

int

RuneMax

public int RuneMax

Field Value

int

RuneMin

public 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

public int Rank { get; }

Property Value

int

Rune

public int Rune { get; }

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