コード例 #1
0
 public void OnBombLanded(Bomb bomb)
 {
     RemoveThrownBomb(bomb);
     bomb.SetCell();
     GetField().SetBomb(bomb);
 }