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

@@ -92,6 +92,7 @@ namespace OpenRA.Network
public bool Dedicated;
public string Difficulty;
public bool Crates = true;
public string StartingUnitsClass = "default";
public bool AllowVersionMismatch;
}