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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user