Table of Contents

Class EventMaterialItemRecipeSheet.Row

Namespace
Nekoyume.TableData.Event
Assembly
Lib9c.dll
[Serializable]
public class EventMaterialItemRecipeSheet.Row : SheetRow<int>
Inheritance
EventMaterialItemRecipeSheet.Row
Inherited Members
Extension Methods

Properties

Id

public int Id { get; }

Property Value

int

Key

public override int Key { get; }

Property Value

int

RequiredMaterialsCount

public int RequiredMaterialsCount { get; }

Property Value

int

RequiredMaterialsId

public List<int> RequiredMaterialsId { get; }

Property Value

List<int>

ResultMaterialItemCount

public int ResultMaterialItemCount { get; }

Property Value

int

ResultMaterialItemId

public int ResultMaterialItemId { get; }

Property Value

int

Methods

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>