Merge pull request #5280 from WolfGaming/techleveltraits

TechTreeTrait system has been made
This commit is contained in:
Paul Chote
2014-05-20 12:35:26 +12:00
15 changed files with 207 additions and 29 deletions

View File

@@ -31,6 +31,7 @@ namespace OpenRA
public bool? AllyBuildRadius;
public bool? FragileAlliances;
public int? StartingCash;
public string TechLevel;
public bool ConfigurableStartingUnits = true;
public string[] Difficulties = { };

View File

@@ -186,6 +186,7 @@ namespace OpenRA.Network
public bool Fog = true;
public bool AllyBuildRadius = true;
public int StartingCash = 5000;
public String TechLevel = "none";
public string StartingUnitsClass = "none";
public bool AllowVersionMismatch;
public string GameUid;