Add lobby support for configuring starting units.

This commit is contained in:
Paul Chote
2013-07-13 13:31:11 +12:00
parent db22f3568d
commit 55653c3f1f
3 changed files with 67 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ namespace OpenRA
public string Author;
public string Tileset;
public string[] Difficulties;
public bool AllowStartUnitConfig = true;
[FieldLoader.Ignore] public Lazy<Dictionary<string, ActorReference>> Actors;