removing Buildable.Tab (never used)
This commit is contained in:
@@ -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 = { };
|
||||
|
||||
Reference in New Issue
Block a user