Class CookIngredientConfig

java.lang.Object
com.csse3200.game.entities.configs.CookIngredientConfig

public class CookIngredientConfig extends Object
Defines the properties stored in CookIngredient config files to be loaded by the Ingredient Factory.
  • Field Details

  • Constructor Details

    • CookIngredientConfig

      public CookIngredientConfig()
  • Method Details

    • getCookTime

      public int getCookTime(String ingredientName)