Mark IUnlockState as experimental

This commit is contained in:
Haselnussbomber 2025-10-07 17:42:16 +02:00
parent 3746c47a84
commit 986dfa04d0
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
2 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,8 @@ using PublicContentSheet = Lumina.Excel.Sheets.PublicContent;
namespace Dalamud.Game.UnlockState; namespace Dalamud.Game.UnlockState;
#pragma warning disable UnlockState
/// <summary> /// <summary>
/// This class provides unlock state of various content in the game. /// This class provides unlock state of various content in the game.
/// </summary> /// </summary>

View file

@ -1,3 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using Lumina.Excel; using Lumina.Excel;
using Lumina.Excel.Sheets; using Lumina.Excel.Sheets;
@ -8,6 +10,7 @@ namespace Dalamud.Plugin.Services;
/// <summary> /// <summary>
/// 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")]
public interface IUnlockState public interface IUnlockState
{ {
/// <summary> /// <summary>