Hardcode mod logo and preview image file names

(Revert "Unhardcode mod logo and preview image paths")
This commit is contained in:
Pavel Penev
2016-01-11 21:16:57 +02:00
parent 37c41b2a23
commit 75d983c922
6 changed files with 2 additions and 12 deletions

View File

@@ -25,8 +25,6 @@ namespace OpenRA
public string Description;
public string Version;
public string Author;
public string LogoImagePath;
public string PreviewImagePath;
public bool Hidden;
public ContentInstaller Content;