Table of Contents

Class EntityLeveledDownGameEventListener

Namespace
ElectricDrill.AstraRpgFramework.Events
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Event to notify the decrease of the level of an entity. Parameters are:

  • the entity that changed level
  • the new level
[Obsolete("Use EntityLevelDownGameEventListener instead.")]
public class EntityLeveledDownGameEventListener : GameEventListenerGeneric2<EntityCore, int>
Inheritance
object
EntityLeveledDownGameEventListener
Inherited Members