Table of Contents

Class ActionBuff

Namespace
Nekoyume.Model.Buff
Assembly
Lib9c.dll
[Serializable]
public abstract class ActionBuff : Buff, ICloneable
Inheritance
ActionBuff
Implements
Derived
Inherited Members

Constructors

ActionBuff(ActionBuff)

protected ActionBuff(ActionBuff value)

Parameters

value ActionBuff

ActionBuff(SkillCustomField, Row)

public ActionBuff(SkillCustomField customField, ActionBuffSheet.Row row)

Parameters

customField SkillCustomField
row ActionBuffSheet.Row

ActionBuff(Row)

public ActionBuff(ActionBuffSheet.Row row)

Parameters

row ActionBuffSheet.Row

Properties

CustomField

public SkillCustomField? CustomField { get; }

Property Value

SkillCustomField?

RowData

public ActionBuffSheet.Row RowData { get; }

Property Value

ActionBuffSheet.Row

Methods

IsBuff()

public override bool IsBuff()

Returns

bool

IsDebuff()

public override bool IsDebuff()

Returns

bool