void Update() { if (!playerInput.IsStartDown()) { return; } soundManager.PlaySFX(startSound); LoadIntro(); }