Unhardcode mod logo and preview image paths

This commit is contained in:
Pavel Penev
2015-09-30 02:48:16 +03:00
parent 71c2d6b9d7
commit a3299d7030
6 changed files with 12 additions and 2 deletions

View File

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