namespace Pilz.Plugins.Advanced; public enum FeaturePrioritization { Low = -1, Default = 0, High = 1, }