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