9 lines
107 B
C#
9 lines
107 B
C#
namespace MyGame
|
|
{
|
|
public enum InsertMode
|
|
{
|
|
Tile,
|
|
Wall,
|
|
Overlay
|
|
}
|
|
}
|