Exemplo n.º 1
0
 public void AfterExplosion(int x, int z)
 {
     bombsPlaced--;             //5. descrease bombPlaced and thereby allow the player to place a new bomb
     level.ClearPosition(x, z); //level calls ClearPosition for x,z
 }