Add some more mod metadata for beedee. Todo: enforce dependencies and standalone during game init.

This commit is contained in:
Paul Chote
2010-10-12 23:52:33 +13:00
parent 5a3ccdf0c5
commit c0fcc862d6
6 changed files with 18 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ namespace OpenRA
public string Title;
public string Description;
public string Version;
public string Author;
public string[] RequiresMods;
public bool Standalone = false;
}
public readonly Manifest Manifest;