Rename GameResourceManagement, add some output

This commit is contained in:
Ottermandias 2021-09-01 21:56:14 +02:00
parent 041485cad4
commit 940f1fbb3d
11 changed files with 65 additions and 34 deletions

View file

@ -1,9 +1,8 @@
using System.Numerics;
using FFXIVClientStructs.FFXIV.Client.System.Resource;
using FFXIVClientStructs.FFXIV.Client.System.Resource.Handle;
using FFXIVClientStructs.STD;
using ImGuiNET;
using ResourceHandle = FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle;
using ResourceManager = FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceManager;
namespace Penumbra.UI
{