mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
Remove ExperimentalAttribute from IUnlockState
This commit is contained in:
parent
f3694a41ff
commit
745b3a4939
2 changed files with 0 additions and 3 deletions
|
|
@ -22,8 +22,6 @@ using PublicContentSheet = Lumina.Excel.Sheets.PublicContent;
|
||||||
|
|
||||||
namespace Dalamud.Game.UnlockState;
|
namespace Dalamud.Game.UnlockState;
|
||||||
|
|
||||||
#pragma warning disable Dalamud001
|
|
||||||
|
|
||||||
/// <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>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ 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("Dalamud001")]
|
|
||||||
public interface IUnlockState : IDalamudService
|
public interface IUnlockState : IDalamudService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue