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

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

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

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

        #region boss

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

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

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

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

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

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

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

            EventDispatcher.Instance.DispatchEvent(e);
        }
Example #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);
        }
Example #12
0
        public void BtnApplyList()
        {
            var e = new UIEvent_UnionOperation(3);

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

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

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

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

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

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

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

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

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

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

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

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

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

            EventDispatcher.Instance.DispatchEvent(e);
        }