fix:1、添加sdk。2、修复bug

This commit is contained in:
barry
2026-06-11 18:30:41 +08:00
parent fcf9128dd3
commit 570f4635f2
1240 changed files with 111200 additions and 39704 deletions
@@ -14,6 +14,8 @@ namespace FGUI.Prop_09
public GGroup group_add;
public GButton btn_buy;
public GButton btn_back;
public GButton btn_watch;
public GImage img_saveingpot;
public const string URL = "ui://ig55ss7kq8ucg";
public static com_prop CreateInstance()
@@ -32,6 +34,8 @@ namespace FGUI.Prop_09
group_add = (GGroup)GetChildAt(4);
btn_buy = (GButton)GetChildAt(13);
btn_back = (GButton)GetChildAt(14);
btn_watch = (GButton)GetChildAt(16);
img_saveingpot = (GImage)GetChildAt(17);
}
}
}