Ejemplo n.º 1
0
 public void OnSelect()
 {
     // Call the FixPlace fucntions in the father
     Target.FixPosition();
     Grollars.SetActive(true);
     // Destroy this gameobject
     Destroy(transform.gameObject);
 }