Added: LocalAssemblies / LocalRules to Manifest.cs (can be used to add a custom set of rules / assemblies to be loaded, other than the ones defined in the mod)

This commit is contained in:
geckosoft
2010-11-01 04:07:05 +01:00
committed by Chris Forbes
parent 8392a44314
commit 3e08f9b1b1
3 changed files with 6 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ namespace OpenRA.FileFormats
Mods, Folders, Packages, Rules,
Sequences, Cursors, Chrome, Assemblies, ChromeLayout,
Weapons, Voices, Music, Movies, TileSets;
public string[] LocalRules = new string[0];
public string[] LocalAssemblies = new string[0];
public readonly string ShellmapUid, LoadScreen;
public readonly int TileSize = 24;