[AddonEventManager] Remove AtkUnitBase from remove event, it's not used to unregister events.

This commit is contained in:
MidoriKami 2023-09-02 13:08:14 -07:00
parent 26e138c783
commit 627a41f236

View file

@ -29,10 +29,9 @@ public interface IAddonEventManager
/// Unregisters an event handler with the specified event id and event type.
/// </summary>
/// <param name="eventId">The Unique Id for this event.</param>
/// <param name="atkUnitBase">The parent addon for this event.</param>
/// <param name="atkResNode">The node for this event.</param>
/// <param name="eventType">The event type for this event.</param>
void RemoveEvent(uint eventId, nint atkUnitBase, nint atkResNode, AddonEventType eventType);
void RemoveEvent(uint eventId, nint atkResNode, AddonEventType eventType);
/// <summary>
/// Force the game cursor to be the specified cursor.