Minor changes on Sidebar
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenRa.Game
|
||||
}
|
||||
}
|
||||
|
||||
// Key: Production category. Categories are: building, infantry, vehicle, boat, 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 )
|
||||
|
||||
Reference in New Issue
Block a user