fix:1、同步ios修复的bug

This commit is contained in:
2026-07-01 10:26:18 +08:00
parent 6ff428bdf2
commit af7617c352
1080 changed files with 2059 additions and 484310 deletions
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.Arrow_game
{
public partial class com_gift : GComponent
{
public GTextField text_gift;
public const string URL = "ui://sjl9teijq8to1u";
public static com_gift CreateInstance()
{
return (com_gift)UIPackage.CreateObject("Arrow_game", "com_gift");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_gift = (GTextField)GetChildAt(2);
}
}
}