public override void execute(float currentTime) { if (UFOManager.IsUFOActive() && !UFOManager.IsUFOBombActive()) { UFOManager.DropBomb(); } }