Beispiel #1
0
 private void PlayerFeedbackForTakingDamage()
 {
     leftControllerButtonTrigger.VibrateForSomethingBad();
     rightControllerButtonTrigger.VibrateForSomethingBad();
     hitboxVisualizer.flashHitbox();
 }