Cosmos/source/Cosmos.Common/Enums.cs
2017-01-03 15:31:21 -06:00

18 lines
237 B
C#

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