void UpdateShield()
 {
     Animator.SetBool("HasShield", m_MovementModel.GetEquippedShield() != ItemType.None);
 }