Update ECommons
This commit is contained in:
parent
5e311a4015
commit
df7cd6ea6f
@ -13,7 +13,6 @@ using Grpc.Core;
|
|||||||
using ImGuiNET;
|
using ImGuiNET;
|
||||||
using Lumina.Excel.GeneratedSheets;
|
using Lumina.Excel.GeneratedSheets;
|
||||||
using Pal.Client.Windows;
|
using Pal.Client.Windows;
|
||||||
using Palace;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Concurrent;
|
using System.Collections.Concurrent;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
@ -55,7 +54,7 @@ namespace Pal.Client
|
|||||||
public Plugin(DalamudPluginInterface pluginInterface)
|
public Plugin(DalamudPluginInterface pluginInterface)
|
||||||
{
|
{
|
||||||
|
|
||||||
ECommons.ECommons.Init(pluginInterface, this, Module.SplatoonAPI);
|
ECommonsMain.Init(pluginInterface, this, Module.SplatoonAPI);
|
||||||
|
|
||||||
pluginInterface.Create<Service>();
|
pluginInterface.Create<Service>();
|
||||||
Service.Plugin = this;
|
Service.Plugin = this;
|
||||||
@ -165,7 +164,7 @@ namespace Pal.Client
|
|||||||
{
|
{
|
||||||
// destroyed on territory change either way
|
// destroyed on territory change either way
|
||||||
}
|
}
|
||||||
ECommons.ECommons.Dispose();
|
ECommonsMain.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
2
vendor/ECommons
vendored
2
vendor/ECommons
vendored
@ -1 +1 @@
|
|||||||
Subproject commit e568318fb59dd1170909862735f87ac479021b1b
|
Subproject commit d8b7406281001b109bc31dbd85e2aa570cb149ba
|
Loading…
Reference in New Issue
Block a user