Mark IUnlockState with IDalamudService

This commit is contained in:
Haselnussbomber 2025-11-17 19:47:36 +01:00
parent 53a082e68d
commit f4c9c16c68
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -11,7 +11,7 @@ namespace Dalamud.Plugin.Services;
/// Interface for determining unlock state of various content in the game.
/// </summary>
[Experimental("UnlockState")]
public interface IUnlockState
public interface IUnlockState : IDalamudService
{
/// <summary>
/// A delegate type used for the <see cref="Unlock"/> event.