예제 #1
0
 protected void SetTarget(Vector3 target)
 {
     if (!stopWalkingAround)
     {
         motor.SetTarget(target);
     }
 }
예제 #2
0
 protected void SetTarget(Vector3 target)
 {
     if (!stopWalkingAround)
     {
         motor.SetTarget(target);
         ThingConsole.Log(FormatString("<color=orange>{0}</color> gained a <color=red>new</color> target.", MyName));
     }
 }