Exemple #1
0
 internal void UpdateVibrations(Time time)
 {
     vibrations.Update(time);
     Vibration.Execute(playerIndex, vibrations);
 }