using System; namespace Decal.Adapter.Wrappers; [CLSCompliant(true)] public enum TrainingType { Unusable, Untrained, Trained, Specialized }