示例#1
0
文件: BPlayer.cs 项目: rubohex/V1Rus
    /// <summary>
    /// La funcion vacia el camino y añade el indice actual
    /// </summary>
    private void RestartPath()
    {
        path.ForEach(tile => board.ResetMaterial(tile));

        path.Clear();

        path.Add(tileIndex);
    }