Allow map slots to disallow bots
This commit is contained in:
@@ -21,6 +21,7 @@ namespace OpenRA.FileFormats
|
||||
public bool NonCombatant = false;
|
||||
public bool Playable = false;
|
||||
public bool DefaultStartingUnits = false;
|
||||
public bool AllowBots = true;
|
||||
public Color Color = Color.FromArgb(238,238,238);
|
||||
public Color Color2 = Color.FromArgb(44,28,24);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user