Exemplo n.º 1
0
 void UpdateShield()
 {
     Animator.SetBool("HasShield", m_MovementModel.GetEquippedShield() != ItemType.None);
 }