Table of Contents

Class WorldSheet.Row

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

Properties

Id

public int Id { get; }

Property Value

int

Key

public override int Key { get; }

Property Value

int

Name

public string Name { get; }

Property Value

string

StageBegin

public int StageBegin { get; }

Property Value

int

StageEnd

public int StageEnd { get; }

Property Value

int

StagesCount

public int StagesCount { get; }

Property Value

int

Methods

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>