perf: regular events to custom events
This commit is contained in:
@@ -8,7 +8,7 @@ public interface IHasBehaviourController : IAssignable
|
||||
/// <summary>
|
||||
/// Event triggered when the <see cref="IBehaviourController"/> value has has been assigned a new value.
|
||||
/// </summary>
|
||||
event BehaviourControllerAssignedEventHandler? OnBehaviourControllerAssigned;
|
||||
Event<IHasBehaviourController> OnBehaviourControllerAssigned { get; }
|
||||
|
||||
/// <inheritdoc cref="IBehaviourController" />
|
||||
IBehaviourController BehaviourController { get; }
|
||||
|
||||
Reference in New Issue
Block a user