add a new menu item to setup default players in editor

This commit is contained in:
Chris Forbes
2011-10-15 12:28:59 +13:00
parent d202f9627f
commit 3991026cf3
3 changed files with 21 additions and 5 deletions

View File

@@ -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); }
}
}