IScoreObjectOnChanged Property

Action invoked when a value in the score object is changed.

Definition

Namespace: Alteruna.Scoreboard
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
Action<int, IScoreObject> OnChanged { get; set; }

Property Value

ActionInt32, IScoreObject

See Also