mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
Support human NPCs for identifiers.
This commit is contained in:
parent
a310e01296
commit
b00e6bd98b
17 changed files with 536 additions and 162 deletions
|
|
@ -127,6 +127,7 @@ public class DesignPanel
|
|||
if (!ImGui.CollapsingHeader("Equipment"))
|
||||
return;
|
||||
|
||||
_equipmentDrawer.Prepare();
|
||||
foreach (var slot in EquipSlotExtensions.EqdpSlots)
|
||||
{
|
||||
var stain = _selector.Selected!.DesignData.Stain(slot);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue