Commit 39477e2a authored by mercury233's avatar mercury233

add shuffle deck button when changing side

parent 05a72ea7
......@@ -189,6 +189,7 @@ public class DeckManager : ServantWithCardDescription
UIHelper.setParent(gameObjectSearch, Program.ui_main_2d);
SetBar(Program.I().new_bar_changeSide, 0, 230);
UIPopupList_banlist = null;
UIHelper.registEvent(toolBar, "rand_", rand);
UIHelper.registEvent(toolBar, "sort_", sort);
UIHelper.registEvent(toolBar, "finish_", home);
UIHelper.registEvent(toolBar, "input_", onChat);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment