mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Update GameData.
This commit is contained in:
parent
325b54031c
commit
c7d1620c1e
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue