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