Rules.Categories

This commit is contained in:
Bob
2009-10-30 05:43:21 +13:00
parent 179d071a97
commit accb391c6c
6 changed files with 33 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenRa.Game
}
}
// Key: Production category. Categories are: building, infantry, vehicle, ship, plane (and one per super, if they're done in here)
// Key: Production category. Categories are: Building, Infantry, Vehicle, Ship, Plane (and one per super, if they're done in here)
readonly Dictionary<string, ProductionItem> production = new Dictionary<string, ProductionItem>();
public void ProductionInit( string category )