Exemple #1
0
 // Update is called once per frame
 void Update()
 {
     if (!launched)
     {
         motherShip.LaunchRandomPartToTarget(launchTarget.transform.position);
         launched = true;
     }
 }