Fix random build warnings.

This commit is contained in:
Kaz Wolfe 2023-09-16 18:07:19 -07:00
parent 85bb5229d9
commit a9a0980372
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
3 changed files with 30 additions and 20 deletions

View file

@ -1,6 +1,4 @@
using System;
using System.Runtime.InteropServices;
using Dalamud.Game.Gui.PartyFinder.Internal;
using Dalamud.Game.Gui.PartyFinder.Types;
using Dalamud.Hooking;
@ -128,6 +126,9 @@ internal sealed class PartyFinderGui : IDisposable, IServiceType, IPartyFinderGu
}
}
/// <summary>
/// A scoped variant of the PartyFinderGui service.
/// </summary>
[PluginInterface]
[InterfaceVersion("1.0")]
[ServiceManager.ScopedService]