修改bug

This commit is contained in:
2026-05-13 14:06:49 +08:00
parent 1260b9077a
commit f2395d0b06
20 changed files with 205 additions and 113 deletions
@@ -7,6 +7,7 @@ namespace FGUI.JBingoPlay
{
public partial class com_end : GComponent
{
public Controller gift;
public com_endpop com_endPop;
public btn_playagain btn_playagain;
public GButton btn_home;
@@ -22,6 +23,7 @@ namespace FGUI.JBingoPlay
{
base.ConstructFromXML(xml);
gift = GetControllerAt(0);
com_endPop = (com_endpop)GetChildAt(2);
btn_playagain = (btn_playagain)GetChildAt(3);
btn_home = (GButton)GetChildAt(4);