Table of Contents

Class SkillSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class SkillSheet.Row : SheetRow<int>, IState
Inheritance
SkillSheet.Row
Implements
Inherited Members

Constructors

Row()

public Row()

Row(Dictionary)

public Row(Dictionary serialized)

Parameters

serialized Dictionary

Properties

Combo

public bool Combo { get; }

Property Value

bool

Cooldown

public int Cooldown { get; }

Property Value

int

ElementalType

public ElementalType ElementalType { get; }

Property Value

ElementalType

HitCount

public int HitCount { get; }

Property Value

int

Id

public int Id { get; }

Property Value

int

Key

public override int Key { get; }

Property Value

int

SkillCategory

public SkillCategory SkillCategory { get; }

Property Value

SkillCategory

SkillTargetType

public SkillTargetType SkillTargetType { get; }

Property Value

SkillTargetType

SkillType

public SkillType SkillType { get; }

Property Value

SkillType

Methods

Deserialize(Dictionary)

public static SkillSheet.Row Deserialize(Dictionary serialized)

Parameters

serialized Dictionary

Returns

SkillSheet.Row

Serialize()

public IValue Serialize()

Returns

IValue

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>