mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 05:04:16 +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
|
|
@ -7,6 +7,7 @@ using ImGuiNET;
|
|||
using OtterGui;
|
||||
using OtterGui.Raii;
|
||||
using Penumbra.GameData.Enums;
|
||||
using Penumbra.GameData.Gui.Debug;
|
||||
using Penumbra.GameData.Structs;
|
||||
|
||||
namespace Glamourer.Gui.Tabs.DebugTab;
|
||||
|
|
@ -16,7 +17,7 @@ public unsafe class ModelEvaluationPanel(
|
|||
VisorService _visorService,
|
||||
UpdateSlotService _updateSlotService,
|
||||
ChangeCustomizeService _changeCustomizeService,
|
||||
CrestService _crestService) : IDebugTabTree
|
||||
CrestService _crestService) : IGameDataDrawer
|
||||
{
|
||||
public string Label
|
||||
=> "Model Evaluation";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue