mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
18 lines
237 B
C#
18 lines
237 B
C#
namespace Cosmos.Common
|
|
{
|
|
public enum Ring
|
|
{
|
|
Core = 0,
|
|
HAL = 1,
|
|
System = 2,
|
|
User = 3,
|
|
|
|
}
|
|
|
|
public enum AssemblyType
|
|
{
|
|
Plugs,
|
|
AssemblerPlugs
|
|
}
|
|
|
|
}
|