Beispiel #1
0
    /* --------------------------------------------------------------------- */

    #region Private Methods

    /// <summary>
    /// Ends the current path and moves on to the next unit.
    /// </summary>
    private void FinishPath()
    {
        this.FindNodesWithinDistance(_battleGrid.HexTiles);
        this.HighlightNodes();

        _battleGrid.PathFinished();
    }