Пример #1
0
 public void DeleteItem(int index)
 {
     _cardsScrollRect.ForcePool(index);
     _cardsScrollRect.RefreshCells();
 }