using System; namespace Decal.Adapter.Wrappers; [CLSCompliant(true)] public enum PlayerModifyEventType { Skill, Attribute, Vital, Statistic, Allegiance, Augmentation }