Unhardcode modchooser mod for content installation.

This commit is contained in:
Paul Chote
2017-01-27 17:07:55 +00:00
parent 657ba90ae3
commit 9b6afd3c37
5 changed files with 29 additions and 11 deletions

View File

@@ -85,6 +85,7 @@ namespace OpenRA
public readonly string InstallPromptMessage;
public readonly string QuickDownload;
public readonly string HeaderMessage;
public readonly string ContentInstallerMod = "modchooser";
[FieldLoader.LoadUsing("LoadPackages")]
public readonly Dictionary<string, ModPackage> Packages = new Dictionary<string, ModPackage>();