Class AttributeChangedGameEvent
- Namespace
- ElectricDrill.SoapRpgFramework.Events
- Assembly
- com.electricdrill.soap-rpg-framework.Runtime.dll
Game event that is raised when an attribute changes. Contains information about the attribute that changed, including its previous and new values.
[CreateAssetMenu(fileName = "AttributeChanged Game Event", menuName = "Soap RPG Framework/Events/Generated/AttributeChanged")]
public class AttributeChangedGameEvent : GameEventGeneric1<AttributeChangeInfo>, IRaisable<AttributeChangeInfo>- Inheritance
- 
      objectAttributeChangedGameEvent
- Implements
- Inherited Members