Exemple #1
0
 public void UpdatePath()
 {
     _characterView.DestroyPath();
     if (MovementTargetSquare != null)
     {
         _characterView.DrawPath();
     }
 }