Beispiel #1
0
 public void OnChangeVibrateToggle()
 {
     SoundManager.PlayOneShotSound(SoundContainer.Instance().SoundEffectsDic[GameStatics.sound_select], SoundContainer.Instance().SoundEffectsDic[GameStatics.sound_select].clip);
     GameConfigs.SetIsVibrate(toggle_vibrate.isOn);
 }