Example #1
0
        public void SetVolumeOnPlayerData()
        {
            float bgmVolume = thisAudioManager.GetBGMVolume();
            float sfxVolume = thisAudioManager.GetSFXVolume();

            thisPlayerDataManager.SetBGMVolume(bgmVolume);
            thisPlayerDataManager.SetSFXVolume(sfxVolume);
        }