Exemplo n.º 1
0
    private void StopForScene(SceneID sceneType)
    {
        _isPlaying = false;
        StopAllCoroutines();
        charCont.CharStop();

        sceneSwapper.CutsceneEvent(sceneType);
    }