private void UpdateSettingBtnState()
 {
     this.TurnBgm(!AudioMgr.Instance.isBgMute());
     this.TurnEff(!AudioMgr.Instance.isEffMute());
     this.TurnVoice(!AudioMgr.Instance.isVoiceMute());
     this.SystemPush.value = LocalNoti.CheckOpen();
 }
示例#2
0
 private void Awake()
 {
     if (!LocalNoti.CheckOpen())
     {
         return;
     }
 }