add a new menu item to setup default players in editor
This commit is contained in:
@@ -41,9 +41,6 @@ namespace OpenRA.FileFormats
|
||||
public string[] Enemies = {};
|
||||
|
||||
public PlayerReference() {}
|
||||
public PlayerReference(MiniYaml my)
|
||||
{
|
||||
FieldLoader.Load(this, my);
|
||||
}
|
||||
public PlayerReference(MiniYaml my) { FieldLoader.Load(this, my); }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user