mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 09:06:41 +02:00
12 lines
173 B
C#
12 lines
173 B
C#
namespace YesNt.Interpreter.Enums
|
|
{
|
|
internal enum Priority
|
|
{
|
|
Highest,
|
|
VeryHigh,
|
|
High,
|
|
Normal,
|
|
Low,
|
|
VeryLow
|
|
}
|
|
} |