mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-10 07:56:08 +02:00
Upgrade to .NET 8 and code cleanup
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
namespace YesNt.Interpreter.Enums
|
||||
namespace YesNt.Interpreter.Enums;
|
||||
|
||||
internal enum Priority
|
||||
{
|
||||
internal enum Priority
|
||||
{
|
||||
PreProcessing,
|
||||
Highest,
|
||||
VeryHigh,
|
||||
High,
|
||||
Normal,
|
||||
Low,
|
||||
VeryLow
|
||||
}
|
||||
PreProcessing,
|
||||
Highest,
|
||||
VeryHigh,
|
||||
High,
|
||||
Normal,
|
||||
Low,
|
||||
VeryLow
|
||||
}
|
||||
Reference in New Issue
Block a user