Class EventBridge.UnitBuffedEvent
Event triggered after a unit has been successfully buffed.
public record EventBridge.UnitBuffedEvent : Event<EventBridge.UnitBuffingEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.UnitBuffingEvent>>, IEquatable<EventBridge.UnitBuffedEvent>
- Inheritance
-
EventBridge.UnitBuffedEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
UnitBuffedEvent(Entity, Entity, BuffData)
Event triggered after a unit has been successfully buffed.
public UnitBuffedEvent(Entity UnitEntity, Entity OwnerEntity, BuffData BuffData)
Parameters
UnitEntity
EntityOwnerEntity
EntityBuffData
BuffData
Properties
BuffData
public BuffData BuffData { get; init; }
Property Value
OwnerEntity
public Entity OwnerEntity { get; init; }
Property Value
- Entity
UnitEntity
public Entity UnitEntity { get; init; }
Property Value
- Entity