mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-01 13:23:44 +01:00
Move more DebugUi to GameData.
This commit is contained in:
parent
ab76d3508b
commit
4531cdadbe
33 changed files with 76 additions and 399 deletions
|
|
@ -2,10 +2,11 @@
|
|||
using ImGuiNET;
|
||||
using OtterGui;
|
||||
using OtterGui.Raii;
|
||||
using Penumbra.GameData.Gui.Debug;
|
||||
|
||||
namespace Glamourer.Gui.Tabs.DebugTab;
|
||||
|
||||
public unsafe class InventoryPanel : IDebugTabTree
|
||||
public unsafe class InventoryPanel : IGameDataDrawer
|
||||
{
|
||||
public string Label
|
||||
=> "Inventory";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue