Merge pull request #8078 from Mailaender/make-all-docs

Fixed the trait documentation
This commit is contained in:
abcdefg30
2015-05-20 17:05:46 +02:00
7 changed files with 50 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ namespace OpenRA
public string Description;
public string Version;
public string Author;
public bool Hidden;
static Dictionary<string, ModMetadata> ValidateMods()
{