11 lines
226 B
C#
11 lines
226 B
C#
namespace HeightAdjuster.Interop.Glamourer;
|
|
|
|
public class GlamourerItem {
|
|
public uint ItemId;
|
|
public bool Crest;
|
|
public bool ApplyStain;
|
|
public bool ApplyCrest;
|
|
public byte Stain;
|
|
public byte Stain2;
|
|
}
|