I have a key to a dictionary that I need to pass into a class so that i can access values asscoiated with that dictionary in the class.
FurnaceStats[furnaceid].FuelEfficiancy;so, i would need to pass into the class the furnce id, so i can access the fuel efficiancy value that it has.