Ejemplo n.º 1
0
    void UpdateFollower()
    {
        newFollowerSound.Play();
        nbFollower++;
        textFollower.text = nbFollower.ToString();

        if (musicMgr)
        {
            musicMgr.musicUpdate(nbFollower);
        }
    }