// when this parry object used
 public virtual void OnParry()
 {
     ResultsManager.IncPlayerTotalParries();
 }