Table of Contents

Interface EventBridge.IStatChangedEvent

Namespace
RisingV.Shared
Assembly
RisingV.Shared.dll

Base interface for events that change stats of entities.

public interface EventBridge.IStatChangedEvent : IEvent
Extension Methods

Properties

SourceEntity

Entity SourceEntity { get; }

Property Value

Entity

TargetEntity

Entity TargetEntity { get; }

Property Value

Entity