mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Remove Experimental from ISeStringEvaluator (#2327)
This commit is contained in:
parent
57c6089fc1
commit
ff934d981c
2 changed files with 0 additions and 5 deletions
|
|
@ -40,8 +40,6 @@ using StatusSheet = Lumina.Excel.Sheets.Status;
|
||||||
|
|
||||||
namespace Dalamud.Game.Text.Evaluator;
|
namespace Dalamud.Game.Text.Evaluator;
|
||||||
|
|
||||||
#pragma warning disable SeStringEvaluator
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Evaluator for SeStrings.
|
/// Evaluator for SeStrings.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
using System.Diagnostics.CodeAnalysis;
|
|
||||||
|
|
||||||
using Dalamud.Game;
|
using Dalamud.Game;
|
||||||
using Dalamud.Game.ClientState.Objects.Enums;
|
using Dalamud.Game.ClientState.Objects.Enums;
|
||||||
using Dalamud.Game.Text.Evaluator;
|
using Dalamud.Game.Text.Evaluator;
|
||||||
|
|
@ -11,7 +9,6 @@ namespace Dalamud.Plugin.Services;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines a service for retrieving localized text for various in-game entities.
|
/// Defines a service for retrieving localized text for various in-game entities.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Experimental("SeStringEvaluator")]
|
|
||||||
public interface ISeStringEvaluator
|
public interface ISeStringEvaluator
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue