Implement install from cd for ra (the cnc installshield decompressor is bugged, so not implementing it yet).

This commit is contained in:
Paul Chote
2011-01-20 20:34:38 +13:00
parent 9227e09f18
commit 84cc94bcb6
4 changed files with 196 additions and 22 deletions

View File

@@ -20,6 +20,7 @@ namespace OpenRA.Mods.RA.Widgets
public string GameTitle;
public string PackageURL;
public string PackagePath;
public string InstallMode;
public override void DrawInner() {}
}