Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace BracerLib.StateManagement
|
||||
{
|
||||
public enum GameStatePriority
|
||||
{
|
||||
Highest,
|
||||
High,
|
||||
Medium,
|
||||
Low,
|
||||
Lowest
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user