internal void HitDetectedOn(PlayerAI playerAi)
 {
     playerAi.ApplyStagger(0.1f);
 }