Update GameData.

This commit is contained in:
Ottermandias 2025-04-19 23:09:48 +02:00
parent 325b54031c
commit c7d1620c1e
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,8 @@ using OtterGui.Services;
namespace Glamourer.Services;
#pragma warning disable SeStringEvaluator
public class DalamudServices
{
public static void AddServices(ServiceManager services, IDalamudPluginInterface pi)
@ -28,5 +30,6 @@ public class DalamudServices
services.AddDalamudService<IGameInteropProvider>(pi);
services.AddDalamudService<INotificationManager>(pi);
services.AddDalamudService<IContextMenu>(pi);
services.AddDalamudService<ISeStringEvaluator>(pi);
}
}

@ -1 +1 @@
Subproject commit 62bbce5981e961a91322ca1a7d3bb5be25f67185
Subproject commit 002260d9815e571f1496c50374f5b712818e9880