Beispiel #1
0
 public void StopVibration()
 {
     if (m_RumbleController != null)
     {
         m_RumbleController.StopVibration();
     }
 }