private void RunAction(Vector3 point, GameObject go)
 {
     warrior.GoTo(point, true);
 }