コード例 #1
0
 void UpdateShield()
 {
     Animator.SetBool("HasShield", m_MovementModel.GetEquippedShield() != ItemType.None);
 }