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

@@ -37,6 +37,7 @@ namespace OpenRA
public string Description;
public string Author;
public string Tileset;
public string[] Difficulties;
[FieldLoader.Ignore] public Lazy<Dictionary<string, ActorReference>> Actors;
@@ -178,6 +179,7 @@ namespace OpenRA
"Description",
"Author",
"Tileset",
"Difficulties",
"MapSize",
"Bounds",
"UseAsShellmap",