selectable maps by default
This commit is contained in:
@@ -60,7 +60,7 @@ namespace OpenRA
|
|||||||
// Yaml map data
|
// Yaml map data
|
||||||
public string Uid { get; private set; }
|
public string Uid { get; private set; }
|
||||||
public int MapFormat;
|
public int MapFormat;
|
||||||
public bool Selectable;
|
public bool Selectable = true;
|
||||||
public bool UseAsShellmap;
|
public bool UseAsShellmap;
|
||||||
public string RequiresMod;
|
public string RequiresMod;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user