コード例 #1
0
 public static void Prefix(BatchRenderEveryFrame.BREImpactInfo breInfo)
 {
     ComboManager.RecordMiss();
 }
コード例 #2
0
 public static void Prefix(VR_ControllerShields.ImpactType it, Vector3 pos, Vector3 forward, float punchStrength, Vector3 rotationalSpeed)
 {
     ComboManager.RecordHit(it, pos, forward, punchStrength, rotationalSpeed);
 }