private void LaunchRocket() { if (ammunition.RocketIsReady()) { playerShooter.Fire(1); //Second gun will be fired ammunition.RocketHasBeenLaunched(); } }