예제 #1
0
 // create a callback to the RecipeManager to have it attempt to generate recipes
 private void AddRecipeCallback()
 {
     RecipeManager.AddTypeWithRecipe(this);
 }