clearScreen method

void clearScreen()

Implementation

void clearScreen() {
  _bulletManager.removeAllBullet();
  _trackManager.unloadAllBullet();
}