Esempio n. 1
0
        private void enableGetAllButton()
        {
            if (ItemSetPanel == null || Btn_GetAllItems == null)
            {
                return;
            }


            if (ItemSetPanel.isVisible())
            {
                if (!Btn_GetAllItems.isVisible())
                {
                    Btn_GetAllItems.SetVisible();
                    Btn_GetAllItems.SetScreenPos(new float[] { 500, 105 });
                }
            }
        }
Esempio n. 2
0
        private void enableGetAllButton()
        {
            if (ItemSetPanel == null || Btn_GetAllItems == null)
            {
                return;
            }


            if (ItemSetPanel.isVisible())
            {
                if (!Btn_GetAllItems.isVisible())
                {
                    Btn_GetAllItems.SetVisible();
                    Btn_GetAllItems.SetScreenPos(new float[] { 500, 105 });

                    Log.Post("Enabled GetAll-Button", LogModule.Hack_UI);
                }
            }
        }