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