Add "Build off Ally ConYards" option. Fixes #2464.

This commit is contained in:
Paul Chote
2013-08-17 12:28:40 +12:00
parent 059c88ca1b
commit ce41eb2361
25 changed files with 81 additions and 6 deletions

View File

@@ -94,6 +94,7 @@ namespace OpenRA.Network
public bool Crates = true;
public bool Shroud = true;
public bool Fog = true;
public bool AllyBuildRadius = true;
public string StartingUnitsClass = "none";
public bool AllowVersionMismatch;
}