Add CrestService.

This commit is contained in:
Ottermandias 2023-12-01 16:03:48 +01:00
parent 3177e6ca29
commit 668d4c033f
6 changed files with 100 additions and 10 deletions

View file

@ -21,9 +21,7 @@ public unsafe class UpdateSlotService : IDisposable
}
public void Dispose()
{
_flagSlotForUpdateHook.Dispose();
}
=> _flagSlotForUpdateHook.Dispose();
public void UpdateSlot(Model drawObject, EquipSlot slot, CharacterArmor data)
{