// Visualization of the path of the unit
 public void OnDrawGizmos()
 {
     if (MovePath != null)
     {
         MovePath.DrawWithGizmos();
     }
 }