Table of Contents

Class EventBridge.SpawnBossEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

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

Aspect VBloodAspect

The aspect of the boss being spawned.

Data SpawnData

The data associated with the spawn event.

Properties

Aspect

The aspect of the boss being spawned.

public VBloodAspect Aspect { get; init; }

Property Value

VBloodAspect

Data

The data associated with the spawn event.

public SpawnData Data { get; init; }

Property Value

SpawnData