Allow bot players to be created via map.yaml

This commit is contained in:
Paul Chote
2011-06-03 09:14:41 +12:00
parent 64497c9b2f
commit fe5ef82cdf
3 changed files with 9 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ namespace OpenRA.FileFormats
public bool OwnsWorld = false;
public bool NonCombatant = false;
public bool Playable = false;
public string Bot = null;
public bool DefaultStartingUnits = false;
public bool AllowBots = true;