void DonePunching()
 {
     Debug.Log("done punching");
     playerFighting.DonePunching();
 }