mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-18 05:47:52 +01:00
Rename GameResourceManagement, add some output
This commit is contained in:
parent
041485cad4
commit
940f1fbb3d
11 changed files with 65 additions and 34 deletions
|
|
@ -6,7 +6,6 @@ using System.Numerics;
|
|||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using Dalamud.Game.ClientState.Objects.Types;
|
||||
using Dalamud.Plugin;
|
||||
using ImGuiNET;
|
||||
using Penumbra.Api;
|
||||
using Penumbra.GameData.Enums;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ namespace Penumbra.UI
|
|||
{
|
||||
if( ImGui.Button( LabelReloadResource ) )
|
||||
{
|
||||
Service< GameResourceManagement >.Get().ReloadPlayerResources();
|
||||
Service< ResidentResources >.Get().ReloadPlayerResources();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue