Table of Contents

Class StatChangedGameEvent

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

Game event that is raised when a stat changes. Contains information about the stat that changed, including its previous and new values.

[CreateAssetMenu(fileName = "StatChanged Game Event", menuName = "Astra RPG Framework/Events/Generated/StatChanged")]
public class StatChangedGameEvent : GameEventGeneric1<StatChangeInfo>, IRaisable<StatChangeInfo>
Inheritance
object
StatChangedGameEvent
Implements
Inherited Members