mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
17 lines
No EOL
278 B
C#
17 lines
No EOL
278 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Cosmos.Common
|
|
{
|
|
public enum Ring
|
|
{
|
|
Core = 0,
|
|
HAL = 1,
|
|
System = 2,
|
|
User = 3,
|
|
|
|
}
|
|
} |