mirror of
https://github.com/Stone-Red-Code/Maze.git
synced 2026-09-04 00:56:11 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Maze;
|
||||
|
||||
internal enum GraphicsMode
|
||||
{
|
||||
None,
|
||||
BlackWhite,
|
||||
Colored
|
||||
}
|
||||
Reference in New Issue
Block a user