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
@@ -11,6 +11,7 @@ namespace FGUI.ACommon
public btn_101 btn_coin;
public btn_102 btn_cash;
public com_avatar com_avatar;
public GGroup top_group;
public const string URL = "ui://pmf3wbjiaxgih3";
public static com_currency CreateInstance()
@@ -26,6 +27,7 @@ namespace FGUI.ACommon
btn_coin = (btn_101)GetChildAt(2);
btn_cash = (btn_102)GetChildAt(3);
com_avatar = (com_avatar)GetChildAt(4);
top_group = (GGroup)GetChildAt(5);
}
}
}