public override void ButtonUsed(HandController hand, ButtonEventKind buttonEventKind)
 {
     if (buttonEventKind == ButtonEventKind.TriggerButtonDown)
     {
         Trigger(hand);
     }
 }
 public abstract void ButtonUsed(HandController hand, ButtonEventKind buttonEventKind);