Beispiel #1
0
 // Token: 0x0600033F RID: 831 RVA: 0x00011C3C File Offset: 0x0001003C
 public void SetValue()
 {
     this.BgmSlider.GetComponent <Slider>().value = (float)(SuperGameMaster.audioMgr.GetBgmVolume() / 20);
     this.SeSlider.GetComponent <Slider>().value  = (float)(SuperGameMaster.audioMgr.GetSeVolume() / 20);
     this.CngNoticeFlag(SuperGameMaster.GetNoticeFlag());
     this.SetSupportID(false);
     SuperGameMaster.audioMgr.StopSE();
 }