Пример #1
0
    void StopPlaying()
    {
        playing          = false;
        Cursor.lockState = CursorLockMode.None;

        player.StopPlaying();
        collectables.StopPlaying();
    }