private void StopForScene(SceneID sceneType) { _isPlaying = false; StopAllCoroutines(); charCont.CharStop(); sceneSwapper.CutsceneEvent(sceneType); }