Esempio n. 1
0
        public void OnMoveArmorButtonClick()
        {
            if (_armorCmpt.hasRequest)
            {
                return;
            }

            if (_highlightIndex >= 0)
            {
                focused = false;
                SetMoveHandle(
                    _armorBones.GetArmorPart(_highlightIndex, _isDecoration));
            }
        }