Table of Contents

Class EventBridge.SpawnMinionEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

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 MinionAspect

The aspect of the minion being spawned.

Data SpawnData

The data associated with the spawn event.

Properties

Aspect

The aspect of the minion being spawned.

public MinionAspect Aspect { get; init; }

Property Value

MinionAspect

Data

The data associated with the spawn event.

public SpawnData Data { get; init; }

Property Value

SpawnData