removing Buildable.Tab (never used)

This commit is contained in:
Bob
2010-01-14 14:39:36 +13:00
parent 8aae1ff7d5
commit 490f65b4d6
4 changed files with 0 additions and 74 deletions

View File

@@ -8,7 +8,6 @@ namespace OpenRa.Game.Traits
class BuildableInfo : StatelessTraitInfo<Buildable>
{
public readonly int TechLevel = -1;
public readonly string Tab = null;
public readonly string[] Prerequisites = { };
public readonly string[] BuiltAt = { };
public readonly Race[] Owner = { };