private void HandleInput()
 {
     if (Input.GetKeyDown(KeyCode.Space))
     {
         playerBomb.SpawnBomb();
     }
 }