Table of Contents

Interface EventBridge.IDeathEvent

Namespace
RisingV.Shared
Assembly
RisingV.Shared.dll

Common interface for death‐related events.

public interface EventBridge.IDeathEvent : IEvent
Extension Methods

Properties

NativeEvent

DeathEvent NativeEvent { get; }

Property Value

DeathEvent

SourceEntity

Entity SourceEntity { get; }

Property Value

Entity

TargetEntity

Entity TargetEntity { get; }

Property Value

Entity