Ejemplo n.º 1
0
        private void Play()
        {
            SingletonMonoBehaviour <SoundManager> .Instance.PlayBGM(BGMFileInfos.Ending);

            StaffRoll.StartStaffRoll();
            UpdateCharacterCor  = StartCoroutine(UpdateShipCharacter());
            UpdateSideChangeCor = StartCoroutine(UpdateSideChange());
            StaffRoll.enabled   = true;
        }