Fix Hook.Remove not being implemented properly

This commit is contained in:
Evil Factory
2026-04-10 09:58:43 -03:00
parent f6ea4df489
commit fd324ac67e
3 changed files with 25 additions and 1 deletions
@@ -19,7 +19,7 @@ public interface ILuaSafeEventService : ILuaService, ILuaCsHook
/// </summary>
/// <param name="eventName"></param>
/// <param name="identifier"></param>
void Remove(string eventName, string identifier);
void Unsubscribe(string eventName, string identifier);
/// <summary>
/// Send an event to all subscribers to an interface.
/// </summary>