Initial refactorin
This commit is contained in:
parent
89b059abfb
commit
5ce6580c6f
593 changed files with 52 additions and 78 deletions
9
Sledgemapper/InsertMode.cs
Normal file
9
Sledgemapper/InsertMode.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace MyGame
|
||||
{
|
||||
public enum InsertMode
|
||||
{
|
||||
Tile,
|
||||
Wall,
|
||||
Overlay
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue