Example #1
0
 public void DestroyLvl()
 {
     tileGrid.DestroyTiles();
     cellGrid.DestroyCells();
     Debug.Log("Уровень отчищен");
 }