Smarter unit spawn logic. Fixes #3496.

This commit is contained in:
Paul Chote
2013-07-12 20:21:55 +12:00
parent 2091a386fb
commit 7376cccf4d
8 changed files with 106 additions and 35 deletions

View File

@@ -22,6 +22,7 @@ namespace OpenRA.FileFormats
public bool Playable = false;
public string Bot = null;
public bool DefaultStartingUnits = false;
public string StartingUnitsClass;
public bool AllowBots = true;
public bool Required = false;