bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -9,9 +9,10 @@ namespace FGUI.ACommon
{
public Controller gift;
public btn_main btn_main;
public btn_h5 btn_h5;
public btn_h5 btn_shop;
public btn_todo btn_tab_redem;
public btn_hall btn_hall;
public btn_fight btn_fight;
public const string URL = "ui://pmf3wbjiokk5gf";
public static com_di CreateInstance()
@@ -25,9 +26,10 @@ namespace FGUI.ACommon
gift = GetControllerAt(0);
btn_main = (btn_main)GetChildAt(1);
btn_h5 = (btn_h5)GetChildAt(2);
btn_shop = (btn_h5)GetChildAt(2);
btn_tab_redem = (btn_todo)GetChildAt(3);
btn_hall = (btn_hall)GetChildAt(4);
btn_fight = (btn_fight)GetChildAt(7);
}
}
}