Пример #1
0
 public override void DoCommand()
 {
     if (Target)
     {
         Executer.MoveToPoint3D(Target.transform.position);
     }
 }