TechTree now works in lower-case, the same as the rest of the game.

This commit is contained in:
Bob
2009-10-20 15:53:54 +13:00
parent 707ba7d957
commit a59265a661
5 changed files with 31 additions and 26 deletions

View File

@@ -19,6 +19,7 @@ namespace OpenRa.Game.GameRules
}
public readonly string Name;
public readonly string Description = "";
public readonly int Ammo = -1;
public readonly ArmorType Armor = ArmorType.none;