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
CharacterBaseexp
long
Properties
Exp
public long Exp { get; }
Property Value
Methods
CoExecute(IStage)
public override IEnumerator CoExecute(IStage stage)
Parameters
stage
IStage