Remove asset handling from BlankLoadScreen

This commit is contained in:
Pavel Penev
2015-09-03 23:29:09 +03:00
parent d472805fc6
commit fbfb2cfda1
2 changed files with 5 additions and 21 deletions

View File

@@ -15,9 +15,6 @@ namespace OpenRA
// Referenced from ModMetadata, so needs to be in OpenRA.Game :(
public class ContentInstaller : IGlobalModData
{
public readonly string MenuWidget = null;
public readonly string MusicMenuWidget = null;
public readonly string BackgroundWidget = null;
public readonly string[] TestFiles = { };
public readonly string[] DiskTestFiles = { };
public readonly string PackageToExtractFromCD = null;