示例#1
0
        public void BuildShowHelp()
        {
            var e = new UIEvent_UnionOperation(22);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#2
0
        public void BuildShowItemPage()
        {
            var e = new UIEvent_UnionOperation(24);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#3
0
        public void BattleBiddingClose()
        {
            var e = new UIEvent_UnionOperation(29);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#4
0
        public List <UIButton> TabPageBtn2;   //pagebuttons

        #region boss

        public void BtnBossGetReward()
        {
            var e = new UIEvent_UnionOperation(19);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#5
0
        public void BtnUpBuffCancel()
        {
            var e = new UIEvent_UnionOperation(18);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#6
0
        public void BattleAddBidding()
        {
            var e = new UIEvent_UnionOperation(26);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#7
0
        public void BtnInfoReturn()
        {
            var e = new UIEvent_UnionOperation(8);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#8
0
        public void BtnBuffUpOK()
        {
            var e = new UIEvent_UnionOperation(16);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#9
0
        public void FindMemberOK()
        {
            var e = new UIEvent_UnionOperation(6);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#10
0
        public void FindUIClose()
        {
            var e = new UIEvent_UnionOperation(7);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#11
0
        //public void BtnMemberInfo()
        //{
        //    UIEvent_UnionOperation e = new UIEvent_UnionOperation(4);
        //    EventDispatcher.Instance.DispatchEvent(e);
        //}

        public void BtnAddMember()
        {
            var e = new UIEvent_UnionOperation(5);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#12
0
        public void BtnApplyList()
        {
            var e = new UIEvent_UnionOperation(3);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#13
0
        public void OnInputLostForcus()
        {
            var e = new UIEvent_UnionOperation(32);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#14
0
        public void BtnUnionBuffUpShow()
        {
            var e = new UIEvent_UnionOperation(25);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#15
0
        public void BtnModifyNotice()
        {
            var e = new UIEvent_UnionOperation(10);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#16
0
        public void BtnUnionBuffActive()
        {
            var e = new UIEvent_UnionOperation(15);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#17
0
        public void BtnDetailBack()
        {
            var e = new UIEvent_UnionOperation(9);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#18
0
        public void BtnUnionLevelup()
        {
            var e = new UIEvent_UnionOperation(17);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#19
0
        public void NoticeSaveShow()
        {
            var e = new UIEvent_UnionOperation(21);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#20
0
        public void TabOutUnion()
        {
            var e = new UIEvent_UnionOperation(20);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#21
0
        public void BtnCloseSeeLog()
        {
            var e = new UIEvent_UnionOperation(12);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#22
0
        public void AttackJoin()
        {
            var e = new UIEvent_UnionOperation(27);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#23
0
        public void BtnDonationItem()
        {
            var e = new UIEvent_UnionOperation(13);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#24
0
        public void BtnBiddingSub()
        {
            var e = new UIEvent_UnionOperation(30);

            EventDispatcher.Instance.DispatchEvent(e);
        }
示例#25
0
        public void BtnOtherUnion()
        {
            var e = new UIEvent_UnionOperation(0);

            EventDispatcher.Instance.DispatchEvent(e);
        }