using CustomizePlus.Armatures.Data; using OtterGui.Classes; using System; namespace CustomizePlus.Armatures.Events; /// /// Triggered when armature is changed /// public sealed class ArmatureChanged() : EventWrapper(nameof(ArmatureChanged)) { public enum Type { //Created, Deleted } public enum Priority { ProfileManager } public enum DeletionReason { Gone, NoActiveProfiles, ProfileManagerEvent, TemplateEditorEvent } }