Interface EventBridge.IStatChangedEvent
Base interface for events that change stats of entities.
public interface EventBridge.IStatChangedEvent : IEvent
- Extension Methods
Properties
SourceEntity
Entity SourceEntity { get; }
Property Value
- Entity
TargetEntity
Entity TargetEntity { get; }
Property Value
- Entity