Convert lobby dropdowns to new options backend.

This commit is contained in:
Paul Chote
2016-05-19 14:39:15 +01:00
parent eb884ca76f
commit 24f166595f
8 changed files with 118 additions and 248 deletions

View File

@@ -193,9 +193,6 @@ namespace OpenRA.Network
public int RandomSeed = 0;
public bool AllowSpectators = true;
public string Difficulty;
public int StartingCash = 5000;
public string TechLevel;
public string StartingUnitsClass;
public string GameSpeedType = "default";
public bool AllowVersionMismatch;
public string GameUid;