Ejemplo n.º 1
0
 public void GetNewGeneratedRecipeIndex(int _index)
 {
     currentRecipe = shopRecipe.RecipeList[_index];
     Debug.LogError(" the new recipe is for: " + currentRecipe.recipeReward.itemName);
     canGenerateNewRecipe = false;
     notification.ShowText("New recipe is: " + currentRecipe.recipeReward.itemName);
 }
Ejemplo n.º 2
0
    public void AnimNotificationNoOneVoted()
    {
        string text = "No one was voted";

        notifictaion.ShowText(text);
    }