mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix ISeStringEvaluator service not resolving (#2204)
This commit is contained in:
parent
0377e84765
commit
fe5ce40a97
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ using Dalamud.Game.Config;
|
||||||
using Dalamud.Game.Text.Evaluator.Internal;
|
using Dalamud.Game.Text.Evaluator.Internal;
|
||||||
using Dalamud.Game.Text.Noun;
|
using Dalamud.Game.Text.Noun;
|
||||||
using Dalamud.Game.Text.Noun.Enums;
|
using Dalamud.Game.Text.Noun.Enums;
|
||||||
|
using Dalamud.IoC;
|
||||||
|
using Dalamud.IoC.Internal;
|
||||||
using Dalamud.Logging.Internal;
|
using Dalamud.Logging.Internal;
|
||||||
using Dalamud.Plugin.Services;
|
using Dalamud.Plugin.Services;
|
||||||
using Dalamud.Utility;
|
using Dalamud.Utility;
|
||||||
|
|
@ -41,7 +43,9 @@ namespace Dalamud.Game.Text.Evaluator;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Evaluator for SeStrings.
|
/// Evaluator for SeStrings.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[PluginInterface]
|
||||||
[ServiceManager.EarlyLoadedService]
|
[ServiceManager.EarlyLoadedService]
|
||||||
|
[ResolveVia<ISeStringEvaluator>]
|
||||||
internal class SeStringEvaluator : IServiceType, ISeStringEvaluator
|
internal class SeStringEvaluator : IServiceType, ISeStringEvaluator
|
||||||
{
|
{
|
||||||
private static readonly ModuleLog Log = new("SeStringEvaluator");
|
private static readonly ModuleLog Log = new("SeStringEvaluator");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue