Ejemplo n.º 1
0
 public void ShowBalloon()
 {
     gameObject.SetActive(true);
     GetComponent <ScaleFrom>().Init();
     textTyper.Init();
 }