perf: regular events to custom events
This commit is contained in:
@@ -8,7 +8,7 @@ public interface IAssignable
|
||||
/// <summary>
|
||||
/// Event triggered when the <see cref="IAssignable"/>'s fields are unassigned and completely ready to recycle.
|
||||
/// </summary>
|
||||
event UnassignEventHandler? OnUnassigned;
|
||||
Event<IAssignable>? OnUnassigned { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Unassign <see cref="IAssignable"/>'s all fields and make it ready to recycle.
|
||||
|
||||
Reference in New Issue
Block a user