fix:1、修复bug

This commit is contained in:
2026-07-13 14:16:20 +08:00
parent 6b2fb1b091
commit 1525921521
23 changed files with 941 additions and 13 deletions
@@ -9,6 +9,7 @@ namespace FGUI.ZM_Common_01
{
public Controller state;
public GImage ad_icon;
public GImage img_saveingpot;
public const string URL = "ui://o9974uc5s73p5m";
public static btn_claim3 CreateInstance()
@@ -22,6 +23,7 @@ namespace FGUI.ZM_Common_01
state = GetControllerAt(0);
ad_icon = (GImage)GetChildAt(1);
img_saveingpot = (GImage)GetChildAt(4);
}
}
}