예제 #1
0
 //消灭灰色格子
 public void RemoveGreyCell(Cell cell)
 {
     virusCount--;
     audioManager.PlaySound(3);
     GreyCells.Remove(cell);
     Destroy(cell.gameObject);
 }