Пример #1
0
 private void OnCauldronAddIngredient(IngredientType ingredient)
 {
     if (!cauldron.IsPotionCorrectSoFar(GoalRecipe))
     {
         GG(false);
     }
     else if (cauldron.IsPotionCorrect(GoalRecipe))
     {
         GG(true);
     }
 }