perf: regular events to custom events
This commit is contained in:
@@ -8,7 +8,7 @@ public interface INameable
|
||||
/// <summary>
|
||||
/// Event triggered when the name of the entity changes.
|
||||
/// </summary>
|
||||
event NameChangedEventHandler? OnNameChanged;
|
||||
Event<INameable, string> OnNameChanged { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The name of the entity.
|
||||
|
||||
Reference in New Issue
Block a user