updateAmount()

Found in:

public void updateAmount(int amt){
    gameObject.transform.Find("Text").GetComponent().text = amt.ToString();
    gameObject.transform.Find("numberbg").GetComponent().text = amt.ToString();

    updateMagicSlot.updateAmount(amt);
  }


Comments

Leave a Reply

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