mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
.
This commit is contained in:
parent
d1d369a56b
commit
65ce391051
19 changed files with 757 additions and 158 deletions
|
|
@ -10,11 +10,11 @@ namespace Glamourer.Interop;
|
|||
|
||||
public unsafe class UpdateSlotService : IDisposable
|
||||
{
|
||||
public readonly UpdatedSlot Event;
|
||||
public readonly SlotUpdating Event;
|
||||
|
||||
public UpdateSlotService(UpdatedSlot updatedSlot)
|
||||
public UpdateSlotService(SlotUpdating slotUpdating)
|
||||
{
|
||||
Event = updatedSlot;
|
||||
Event = slotUpdating;
|
||||
SignatureHelper.Initialise(this);
|
||||
_flagSlotForUpdateHook.Enable();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue