@@ -9,6 +9,7 @@ namespace FGUI.ZM_Reward_10
|
||||
{
|
||||
public Controller cont_collect;
|
||||
public Controller cont_white;
|
||||
public Controller is_gift;
|
||||
public GButton btn_null;
|
||||
public GGraph fx_place;
|
||||
public GTextField text_num;
|
||||
@@ -30,13 +31,14 @@ namespace FGUI.ZM_Reward_10
|
||||
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
is_gift = GetControllerAt(2);
|
||||
btn_null = (GButton)GetChildAt(0);
|
||||
fx_place = (GGraph)GetChildAt(3);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
title1 = (GTextField)GetChildAt(5);
|
||||
wheel = (GComponent)GetChildAt(6);
|
||||
btn_multi = (GButton)GetChildAt(7);
|
||||
btn_collect = (GButton)GetChildAt(8);
|
||||
fx_place = (GGraph)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
title1 = (GTextField)GetChildAt(6);
|
||||
wheel = (GComponent)GetChildAt(7);
|
||||
btn_multi = (GButton)GetChildAt(8);
|
||||
btn_collect = (GButton)GetChildAt(9);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user