FreezerFuelManager
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Methods
Adds this item as fuel for the Freezer with the given burn time.
Parameter | Type | Description | Optional |
---|---|---|---|
Parameter item | Type IIngredient | Description fuel IIngredient | Optional false |
Parameter burnTime | Type int | Description the fuel’s burn time | Optional false |
Removes this fuel item from the Freezer.
Parameter | Type | Description | Optional |
---|---|---|---|
Parameter item | Type IIngredient | Description fuel IIngredient | Optional false |