Add support for a "Creeps" faction that is hostile to all combatant players. Add a mod field to be used for map installation.
This commit is contained in:
@@ -24,7 +24,8 @@ namespace OpenRA.FileFormats
|
||||
// Yaml map data
|
||||
public string Uid { get; protected set; }
|
||||
[FieldLoader.Load] public bool Selectable;
|
||||
[FieldLoader.Load] public bool UseAsShellmap;
|
||||
[FieldLoader.Load] public bool UseAsShellmap;
|
||||
[FieldLoader.Load] public string RequiresMod;
|
||||
|
||||
[FieldLoader.Load] public string Title;
|
||||
[FieldLoader.Load] public string Type = "Conquest";
|
||||
|
||||
Reference in New Issue
Block a user