Table of Contents

Class EventBase

Namespace
Nekoyume.Model.BattleStatus
Assembly
Lib9c.dll
[Serializable]
public abstract class EventBase
Inheritance
EventBase
Derived
Inherited Members

Constructors

EventBase(CharacterBase)

protected EventBase(CharacterBase character)

Parameters

character CharacterBase

Fields

Character

public readonly CharacterBase Character

Field Value

CharacterBase

Methods

CoExecute(IStage)

public abstract IEnumerator CoExecute(IStage stage)

Parameters

stage IStage

Returns

IEnumerator