Exemple #1
0
 void MoveToTarget()
 {
     motor.LookRotation(target.transform.position);
     motor.MoveForward();
 }