Move starting units configuration to rules.

This commit is contained in:
Paul Chote
2016-02-29 20:20:02 +00:00
parent e34864fe40
commit 3c779d4101
7 changed files with 27 additions and 11 deletions

View File

@@ -191,7 +191,7 @@ namespace OpenRA.Network
public bool AllyBuildRadius = true;
public int StartingCash = 5000;
public string TechLevel = "none";
public string StartingUnitsClass = "none";
public string StartingUnitsClass;
public string GameSpeedType = "default";
public bool ShortGame = true;
public bool AllowVersionMismatch;