mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-21 06:57:44 +01:00
Add interop for Actor and Model.
This commit is contained in:
parent
6f4a7661d7
commit
512d0a1a5f
6 changed files with 98 additions and 27 deletions
|
|
@ -1,4 +1,3 @@
|
|||
using System;
|
||||
using System.Numerics;
|
||||
using Dalamud.Interface;
|
||||
using Dalamud.Interface.Utility;
|
||||
|
|
@ -16,20 +15,6 @@ using Penumbra.GameData.Structs;
|
|||
|
||||
namespace Glamourer.Gui;
|
||||
|
||||
[Flags]
|
||||
public enum DataChange : byte
|
||||
{
|
||||
None = 0x00,
|
||||
Item = 0x01,
|
||||
Stain = 0x02,
|
||||
ApplyItem = 0x04,
|
||||
ApplyStain = 0x08,
|
||||
Item2 = 0x10,
|
||||
Stain2 = 0x20,
|
||||
ApplyItem2 = 0x40,
|
||||
ApplyStain2 = 0x80,
|
||||
}
|
||||
|
||||
public static class UiHelpers
|
||||
{
|
||||
/// <summary> Open a combo popup with another method than the combo itself. </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue