Add support for mission difficulties

This commit is contained in:
Scott_NZ
2012-12-09 21:22:19 +13:00
parent dda4e2c33a
commit bfb07e9948
9 changed files with 65 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ namespace OpenRA.Network
public bool LockTeams = true; // don't allow team changes after game start.
public bool AllowCheats = false;
public bool Dedicated;
public string Difficulty;
}
public Session(string[] mods)