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