EmptyOut()

Found in:

public void EmptyOut(){
    gameObject.transform.Find("background").GetComponent().color = new Color32(255,255,225,0);
    gameObject.transform.Find("background").GetComponent().sprite = null;
    gameObject.transform.Find("Text").GetComponent().text = "";
    type = "";
    spell = null;
    empty = true;
  }


Comments

Leave a Reply

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