private void InteractHapticsUsed(object o, InteractHapticsEventArgs e)
 {
     OnInteractHapticsUsed.Invoke(o, e);
 }
Beispiel #2
0
 // Token: 0x06001C8B RID: 7307 RVA: 0x00093978 File Offset: 0x00091B78
 private void InteractHapticsGrabbed(object o, InteractHapticsEventArgs e)
 {
     this.OnInteractHapticsGrabbed.Invoke(o, e);
 }