public void OnSpeakerHit()
 {
     _boxingGlove.HitObject(CurrentCharacter.transform);
     CurrentCharacter.GetHit();
 }