Ejemplo n.º 1
0
 public function addRecipe(Recipe $recipe)
 {
     $this->craftingManager->registerRecipe($recipe);
 }
Ejemplo n.º 2
0
 public function addRecipe(Recipe $recipe)
 {
     $this->craftingManager->registerRecipe($recipe);
     $this->generateRecipeList();
 }