mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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;
|
||||
|
||||
#pragma warning disable SeStringEvaluator
|
||||
|
||||
/// <summary>
|
||||
/// Evaluator for SeStrings.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
using Dalamud.Game;
|
||||
using Dalamud.Game.ClientState.Objects.Enums;
|
||||
using Dalamud.Game.Text.Evaluator;
|
||||
|
|
@ -11,7 +9,6 @@ namespace Dalamud.Plugin.Services;
|
|||
/// <summary>
|
||||
/// Defines a service for retrieving localized text for various in-game entities.
|
||||
/// </summary>
|
||||
[Experimental("SeStringEvaluator")]
|
||||
public interface ISeStringEvaluator
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue