Class EventBridge.SpawnMinionEvent
Event triggered when a minion is spawned.
public record EventBridge.SpawnMinionEvent : Event<EventBridge.SpawnMinionEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.SpawnMinionEvent>>, IEquatable<EventBridge.SpawnMinionEvent>
- Inheritance
-
EventBridge.SpawnMinionEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
SpawnMinionEvent(MinionAspect, SpawnData)
Event triggered when a minion is spawned.
public SpawnMinionEvent(MinionAspect Aspect, SpawnData Data)
Parameters
Aspect
MinionAspectThe aspect of the minion being spawned.
Data
SpawnDataThe data associated with the spawn event.
Properties
Aspect
The aspect of the minion being spawned.
public MinionAspect Aspect { get; init; }
Property Value
Data
The data associated with the spawn event.
public SpawnData Data { get; init; }