This commit is contained in:
2026-06-04 17:10:40 +08:00
parent 8f482df1d5
commit 671ca265ed
30 changed files with 323 additions and 58 deletions
@@ -15,7 +15,6 @@ namespace FGUI.JMain
public com_cardplaytext com_cardplay;
public GButton btn_ballon;
public GButton btn_set;
public makeup makeup;
public GButton btn_admin;
public btn_question btn_question;
public GButton btn_saveingpot;
@@ -42,14 +41,13 @@ namespace FGUI.JMain
com_cardplay = (com_cardplaytext)GetChildAt(8);
btn_ballon = (GButton)GetChildAt(9);
btn_set = (GButton)GetChildAt(10);
makeup = (makeup)GetChildAt(11);
btn_admin = (GButton)GetChildAt(12);
btn_question = (btn_question)GetChildAt(13);
btn_saveingpot = (GButton)GetChildAt(14);
btn_petty = (btn_petty)GetChildAt(15);
btn_play = (GButton)GetChildAt(16);
btn_wb = (GButton)GetChildAt(17);
btn_pal = (GButton)GetChildAt(18);
btn_admin = (GButton)GetChildAt(11);
btn_question = (btn_question)GetChildAt(12);
btn_saveingpot = (GButton)GetChildAt(13);
btn_petty = (btn_petty)GetChildAt(14);
btn_play = (GButton)GetChildAt(15);
btn_wb = (GButton)GetChildAt(16);
btn_pal = (GButton)GetChildAt(17);
}
}
}