예제 #1
0
 public void AddBombToMatrix(int x, int y, GameObject bomb)
 {
     boardController.AddBombToMatrix(x, y, bomb);
 }