Class StatChangedGameEvent
- Namespace
- ElectricDrill.SoapRpgFramework.Events
- Assembly
- com.electricdrill.soap-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 = "Soap RPG Framework/Events/Generated/StatChanged")]
public class StatChangedGameEvent : GameEventGeneric1<StatChangeInfo>, IRaisable<StatChangeInfo>- Inheritance
- 
      objectStatChangedGameEvent
- Implements
- Inherited Members