新增小额奖励
This commit is contained in:
@@ -10,7 +10,6 @@ namespace FGUI.JMain
|
||||
public Controller gift;
|
||||
public Controller type;
|
||||
public GGraph gp_fx;
|
||||
public GButton btn_play;
|
||||
public com_cardnum com_cardnum;
|
||||
public com_playnum com_cards;
|
||||
public com_cardplaytext com_cardplay;
|
||||
@@ -21,6 +20,8 @@ namespace FGUI.JMain
|
||||
public btn_question btn_question;
|
||||
public GButton btn_saveingpot;
|
||||
public GButton btn_cashout;
|
||||
public btn_petty btn_petty;
|
||||
public GButton btn_play;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
@@ -35,17 +36,18 @@ namespace FGUI.JMain
|
||||
gift = GetControllerAt(0);
|
||||
type = GetControllerAt(1);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
btn_play = (GButton)GetChildAt(6);
|
||||
com_cardnum = (com_cardnum)GetChildAt(7);
|
||||
com_cards = (com_playnum)GetChildAt(8);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(9);
|
||||
btn_ballon = (GButton)GetChildAt(10);
|
||||
btn_set = (GButton)GetChildAt(11);
|
||||
makeup = (makeup)GetChildAt(12);
|
||||
btn_admin = (GButton)GetChildAt(13);
|
||||
btn_question = (btn_question)GetChildAt(14);
|
||||
btn_saveingpot = (GButton)GetChildAt(15);
|
||||
btn_cashout = (GButton)GetChildAt(16);
|
||||
com_cardnum = (com_cardnum)GetChildAt(6);
|
||||
com_cards = (com_playnum)GetChildAt(7);
|
||||
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_cashout = (GButton)GetChildAt(15);
|
||||
btn_petty = (btn_petty)GetChildAt(16);
|
||||
btn_play = (GButton)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user