mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +01:00
Shuffle files around
This commit is contained in:
parent
31b01bc20f
commit
d3ed5b4ade
8 changed files with 822 additions and 806 deletions
|
|
@ -25,6 +25,7 @@ using Dalamud.Game.Text;
|
|||
using Dalamud.Interface.Windowing;
|
||||
using Dalamud.Memory;
|
||||
using Dalamud.Plugin;
|
||||
using Dalamud.Plugin.Internal;
|
||||
using Dalamud.Utility;
|
||||
using ImGuiNET;
|
||||
using ImGuiScene;
|
||||
|
|
@ -61,8 +62,8 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
private UIDebug addonInspector = null;
|
||||
|
||||
// IPC
|
||||
private ICallGatePub<string, string> ipcPub;
|
||||
private ICallGateSub<string, string> ipcSub;
|
||||
private ICallGateProvider<string, string> ipcPub;
|
||||
private ICallGateSubscriber<string, string> ipcSub;
|
||||
private string callGateResponse = string.Empty;
|
||||
|
||||
// Toast fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue