add mechanism for traits to export the *Inits they can use

This commit is contained in:
Chris Forbes
2011-11-05 12:29:55 +13:00
parent bd90666c07
commit 564fdd650d
5 changed files with 19 additions and 13 deletions

View File

@@ -102,14 +102,6 @@ namespace OpenRA
return map;
}
class Format2ActorReference
{
public string Id = null;
public string Type = null;
public int2 Location = int2.Zero;
public string Owner = null;
}
void AssertExists(string filename)
{
using(var s = Container.GetContent(filename))