◆ CraftingRecipe()
| CraftingRecipe.CraftingRecipe |
( |
string [] |
ingredients, |
|
|
int [] |
amounts, |
|
|
string |
output, |
|
|
int |
outputAmount |
|
) |
| |
|
inline |
Crafting recipes are used by both the player and the auto crafter machine. Ingredients and their amounts should be stored at the same index in their respective arrays.
◆ amounts
| int [] CraftingRecipe.amounts |
◆ ingredients
| string [] CraftingRecipe.ingredients |
◆ output
| string CraftingRecipe.output |
◆ outputAmount
| int CraftingRecipe.outputAmount |
The documentation for this class was generated from the following file: