mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Update.
This commit is contained in:
parent
710f39768b
commit
b677a14cef
9 changed files with 338 additions and 192 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue