Last commit for this. will stop

This commit is contained in:
cake
2026-01-17 22:31:50 +01:00
parent 828705cbfb
commit 699535b68b
5 changed files with 324 additions and 57 deletions

View File

@@ -8,6 +8,9 @@ using ObjectKind = LightlessSync.API.Data.Enum.ObjectKind;
namespace LightlessSync.PlayerData.Handlers;
/// <summary>
/// Game object handler for managing game object state and updates
/// </summary>
public sealed class GameObjectHandler : DisposableMediatorSubscriberBase, IHighPriorityMediatorSubscriber
{
private readonly DalamudUtilService _dalamudUtil;