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