namespace Cosmos.Common { public enum Ring { Core = 0, HAL = 1, System = 2, User = 3, } public enum AssemblyType { Plugs, AssemblerPlugs } }