fix:1、添加sdk。2、修复bug
This commit is contained in:
@@ -21,9 +21,12 @@ namespace FGUI.Game_04
|
||||
public GButton btn_rank;
|
||||
public GButton btn_task_pass;
|
||||
public GButton btn_noads;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_three_day;
|
||||
public GButton btn_failpack;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_petty;
|
||||
public GButton btn_statement;
|
||||
public GButton btn_wv;
|
||||
public const string URL = "ui://g3iqdlgcopwgw";
|
||||
|
||||
public static com_game CreateInstance()
|
||||
@@ -49,9 +52,12 @@ namespace FGUI.Game_04
|
||||
btn_rank = (GButton)GetChildAt(12);
|
||||
btn_task_pass = (GButton)GetChildAt(13);
|
||||
btn_noads = (GButton)GetChildAt(14);
|
||||
btn_gold = (GButton)GetChildAt(15);
|
||||
btn_three_day = (GButton)GetChildAt(16);
|
||||
btn_failpack = (GButton)GetChildAt(17);
|
||||
btn_gold = (GButton)GetChildAt(19);
|
||||
btn_petty = (GButton)GetChildAt(19);
|
||||
btn_statement = (GButton)GetChildAt(20);
|
||||
btn_wv = (GButton)GetChildAt(21);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user