예제 #1
0
 public function addRecipe(Recipe $recipe)
 {
     $this->craftingManager->registerRecipe($recipe);
 }
예제 #2
0
파일: Server.php 프로젝트: xuxugzs/Genisys
 public function addRecipe(Recipe $recipe)
 {
     $this->craftingManager->registerRecipe($recipe);
     $this->generateRecipeList();
 }