chore: ClientState => IClientState

This commit is contained in:
goat 2023-06-13 22:22:04 +02:00
parent 45f5bb4dbe
commit f1dfaa92c9
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 147 additions and 91 deletions

View file

@ -15,7 +15,9 @@ namespace Dalamud.Game.ClientState.Aetherytes;
[PluginInterface]
[InterfaceVersion("1.0")]
[ServiceManager.BlockingEarlyLoadedService]
#pragma warning disable SA1015
[ResolveVia<IAetheryteList>]
#pragma warning restore SA1015
public sealed unsafe partial class AetheryteList : IServiceType, IAetheryteList
{
[ServiceManager.ServiceDependency]