Table of Contents

Class EventBridge.UnitBuffedEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

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 Entity
OwnerEntity Entity
BuffData BuffData

Properties

BuffData

public BuffData BuffData { get; init; }

Property Value

BuffData

OwnerEntity

public Entity OwnerEntity { get; init; }

Property Value

Entity

UnitEntity

public Entity UnitEntity { get; init; }

Property Value

Entity