public void Vibrate(Vibe v) { if (Global.gApp.gAudioSource.vibe == 0) { return; } mVibro.Play(v); }
public void Vibrate(Vibe v) { vibro.Play(v); }