Esempio n. 1
0
 void OnDestroy()
 {
     obj = transform.parent.GetComponent <ObjectScript>();
     obj.split(this.transform);
 }
Esempio n. 2
0
 void OnDestroy()
 {
     obj = transform.parent.GetComponent<ObjectScript>();
     obj.split (this.transform);
 }