更新bug
This commit is contained in:
@@ -22,6 +22,7 @@ namespace FGUI.Lobby_03
|
||||
public GButton btn_rank;
|
||||
public btn_sign btn_sign;
|
||||
public btn_wheel btn_spin;
|
||||
public GButton btn_setting;
|
||||
public GButton btn_restore;
|
||||
public GGroup right_group;
|
||||
public GButton btn_gold;
|
||||
@@ -56,6 +57,7 @@ namespace FGUI.Lobby_03
|
||||
btn_rank = (GButton)GetChildAt(18);
|
||||
btn_sign = (btn_sign)GetChildAt(19);
|
||||
btn_spin = (btn_wheel)GetChildAt(20);
|
||||
btn_setting = (GButton)GetChildAt(21);
|
||||
btn_restore = (GButton)GetChildAt(22);
|
||||
right_group = (GGroup)GetChildAt(23);
|
||||
btn_gold = (GButton)GetChildAt(24);
|
||||
|
||||
Reference in New Issue
Block a user