Remove ExperimentalAttribute from IUnlockState

This commit is contained in:
Haselnussbomber 2026-01-11 00:49:39 +01:00
parent f3694a41ff
commit 745b3a4939
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -10,7 +10,6 @@ namespace Dalamud.Plugin.Services;
/// <summary>
/// Interface for determining unlock state of various content in the game.
/// </summary>
[Experimental("Dalamud001")]
public interface IUnlockState : IDalamudService
{
/// <summary>