Table of Contents

Class EventBridge.ScriptSpawnMinionEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

Event triggered by scripts to spawn a minion.

public record EventBridge.ScriptSpawnMinionEvent : Event<EventBridge.ScriptSpawnMinionEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.ScriptSpawnMinionEvent>>, IEquatable<EventBridge.ScriptSpawnMinionEvent>
Inheritance
EventBridge.ScriptSpawnMinionEvent
Implements
Inherited Members
Extension Methods

Constructors

ScriptSpawnMinionEvent(MinionAspect, ScriptSpawnData)

Event triggered by scripts to spawn a minion.

public ScriptSpawnMinionEvent(MinionAspect Aspect, ScriptSpawnData Data)

Parameters

Aspect MinionAspect

The aspect of the minion being spawned.

Data ScriptSpawnData

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 ScriptSpawnData Data { get; init; }

Property Value

ScriptSpawnData