Rename MapGridType.Diamond to MapGridType.RectangularIsometric
This commit is contained in:
@@ -13,7 +13,7 @@ using System.IO;
|
||||
|
||||
namespace OpenRA
|
||||
{
|
||||
public enum MapGridType { Rectangular, Diamond }
|
||||
public enum MapGridType { Rectangular, RectangularIsometric }
|
||||
|
||||
public class MapGrid : IGlobalModData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user