IngredientInfo
      (static) IngredientInfo Get( Ingredient ingredient )
      (static) Ingredient RandomIngredient( Ingredient[] oldIngredients )
      (ctor) IngredientInfo( int name, int quantity, Type[] creatures )
      Type[] Creatures( get; )
      int Name( get; )
      int Quantity( get; )