| | |
| | | |
| | | SystemSetting.Instance.SetSoundVolume(SystemSetting.Instance.GetSoundVolume()); |
| | | SystemSetting.Instance.SetSoundEffect(SystemSetting.Instance.GetSoundEffect()); |
| | | SystemSetting.Instance.SetMuteMusic(SystemSetting.Instance.GetMuteMusic()); |
| | | SystemSetting.Instance.SetMuteSoundEffect(SystemSetting.Instance.GetMuteSoundEffect()); |
| | | }).Forget(); |
| | | |
| | | // SoundPlayer.Instance.PlayBackGroundMusic(41); |
| | | |
| | | |
| | | |
| | | SystemSetting.Instance.SetGameFps(SystemSetting.Instance.GetGameFps()); |
| | |
| | | public override void End() |
| | | { |
| | | expectTime = timer; |
| | | OperationLogCollect.Instance.RecordLauchEvent(10); |
| | | } |
| | | |
| | | public override void Update() |