more support powers stuff

This commit is contained in:
Chris Forbes
2009-12-22 21:12:46 +13:00
parent e491dbc241
commit ea51366f0d
3 changed files with 6 additions and 17 deletions

View File

@@ -15,5 +15,6 @@ namespace OpenRa.Game.GameRules
public readonly string LongDesc = "";
public readonly string[] Prerequisite = { };
public readonly int TechLevel = -1;
public readonly bool GivenAuto = true;
}
}