ShowLatestRecipe()

Found in:

private void ShowLatestRecipe(){
      gameObject.transform.Find("background").GetComponent().color = new Color32(255,255,225,225);
      gameObject.transform.Find("background").GetComponent().sprite = cardTemplate.GetImage(lastSpellItem.created.element.ToString(), "background");
      gameObject.transform.Find("Text").GetComponent().text = lastSpellItem.created.title;
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *