Introduce a mod/map upgrade tool.

This commit is contained in:
Paul Chote
2013-12-26 18:41:21 +13:00
parent 0b8dafcdf0
commit bd334a6295
5 changed files with 218 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ namespace OpenRA
return map;
}
Dictionary<string, Map> FindMaps()
public Dictionary<string, Map> FindMaps()
{
var paths = Manifest.MapFolders.SelectMany(f => FindMapsIn(f));
var ret = new Dictionary<string, Map>();