Remove metadata that was only used by the mod chooser.

This commit is contained in:
Paul Chote
2017-04-22 11:31:43 +01:00
parent 4c990e48d7
commit 9b93771dbc
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;
}