mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Mark IUnlockState with IDalamudService
This commit is contained in:
parent
53a082e68d
commit
f4c9c16c68
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace Dalamud.Plugin.Services;
|
||||||
/// Interface for determining unlock state of various content in the game.
|
/// Interface for determining unlock state of various content in the game.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Experimental("UnlockState")]
|
[Experimental("UnlockState")]
|
||||||
public interface IUnlockState
|
public interface IUnlockState : IDalamudService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A delegate type used for the <see cref="Unlock"/> event.
|
/// A delegate type used for the <see cref="Unlock"/> event.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue