private void EnableVibration(bool value) { HapticFeedback.SetVibrationOn(value); }
private void Start() { HapticFeedback.SetVibrationOn(true); }