Table of Contents

Class GetExp

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

Constructors

GetExp(CharacterBase, long)

public GetExp(CharacterBase character, long exp)

Parameters

character CharacterBase
exp long

Properties

Exp

public long Exp { get; }

Property Value

long

Methods

CoExecute(IStage)

public override IEnumerator CoExecute(IStage stage)

Parameters

stage IStage

Returns

IEnumerator