public static void Prefix(BatchRenderEveryFrame.BREImpactInfo breInfo)
 {
     ComboManager.RecordMiss();
 }
 public static void Prefix(VR_ControllerShields.ImpactType it, Vector3 pos, Vector3 forward, float punchStrength, Vector3 rotationalSpeed)
 {
     ComboManager.RecordHit(it, pos, forward, punchStrength, rotationalSpeed);
 }