Table of Contents

Class AdventureBossWantedRewardSheet.Row

Namespace
Nekoyume.TableData.AdventureBoss
Assembly
Lib9c.dll
[Serializable]
public class AdventureBossWantedRewardSheet.Row : SheetRow<int>
Inheritance
AdventureBossWantedRewardSheet.Row
Inherited Members

Fields

AdventureBossId

public int AdventureBossId

Field Value

int

FixedReward

public AdventureBossSheet.RewardRatioData FixedReward

Field Value

AdventureBossSheet.RewardRatioData

Id

public int Id

Field Value

int

RandomRewards

public List<AdventureBossSheet.RewardRatioData> RandomRewards

Field Value

List<AdventureBossSheet.RewardRatioData>

Properties

Key

public override int Key { get; }

Property Value

int

Methods

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>