This commit is contained in:
Ottermandias 2024-07-09 16:34:31 +02:00
parent 710f39768b
commit b677a14cef
9 changed files with 338 additions and 192 deletions

View file

@ -1,3 +1,4 @@
using Dalamud.Hooking;
using FFXIVClientStructs.FFXIV.Client.Game.Object;
using FFXIVClientStructs.FFXIV.Client.Graphics.Scene;
using OtterGui.Services;
@ -16,6 +17,7 @@ public sealed unsafe class ApricotListenerSoundPlay : FastHook<ApricotListenerSo
private readonly CollectionResolver _collectionResolver;
private readonly CrashHandlerService _crashHandler;
// TODO because of inlining.
public ApricotListenerSoundPlay(HookManager hooks, GameState state, CollectionResolver collectionResolver, CrashHandlerService crashHandler)
{
_state = state;