Merge pull request #13172 from pchote/mod-metadata-cleanup

Remove metadata that was only used by the mod chooser.
This commit is contained in:
atlimit8
2017-04-22 15:57:53 -05:00
committed by GitHub
15 changed files with 0 additions and 13 deletions

View File

@@ -34,9 +34,7 @@ namespace OpenRA
public class ModMetadata
{
public string Title;
public string Description;
public string Version;
public string Author;
public bool Hidden;
}