Hook up Building.Capturable and remove unused field

This commit is contained in:
Paul Chote
2010-07-28 22:28:52 +12:00
parent cfee4405c7
commit f9f6720437
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ namespace OpenRA.Traits
public readonly bool Capturable = false;
public readonly bool Repairable = true;
public readonly string Footprint = "x";
public readonly string[] Produces = { }; // does this go somewhere else?
public readonly int2 Dimensions = new int2(1, 1);
public readonly bool Unsellable = false;