Merge pull request #2580 from Haselnussbomber/ex-experimental

Remove ExperimentalAttribute from IUnlockState
This commit is contained in:
goat 2026-01-11 01:01:31 +01:00 committed by GitHub
commit 214d9027b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>