Table of Contents

Interface IHasValueChange<T>

Namespace
ElectricDrill.AstraRpgFramework.Contexts
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll
public interface IHasValueChange<out T>

Type Parameters

T

Properties

AbsAmount

The absolute amount of change between PreviousValue and NewValue.

T AbsAmount { get; }

Property Value

T

NewValue

T NewValue { get; }

Property Value

T

PreviousValue

T PreviousValue { get; }

Property Value

T