TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ Recipe() [2/2]

Terraria.Recipe.Recipe ( Mod mod = null)
inlinepackage

Definition at line 222 of file Recipe.cs.

223 {
224 Mod = mod;
225 RecipeIndex = -1;
226 }
Mod is an abstract class that you will override. It serves as a central place from which the mod's co...
Definition Mod.cs:28
int RecipeIndex
The index of the recipe in the Main.recipe array.
Definition Recipe.cs:121

References Terraria.Recipe.RecipeIndex.