Exemple #1
0
 void Start()
 {
     myCam         = Camera.main;
     splitObj      = GetComponent <SplitScript>();
     applyForceObj = GetComponent <ApplyForceScript>();
 }
 private void Start()
 {
     applyForceObj = GetComponent <ApplyForceScript>();
 }