Initial refactorin

This commit is contained in:
Michele Scandura 2020-11-04 09:52:29 +00:00
parent 89b059abfb
commit 5ce6580c6f
593 changed files with 52 additions and 78 deletions

View file

@ -0,0 +1,9 @@
namespace MyGame
{
public enum InsertMode
{
Tile,
Wall,
Overlay
}
}