fix:1、修复bug

This commit is contained in:
barry
2026-06-29 08:59:34 +08:00
parent 86518aae41
commit 1354dfbc34
92 changed files with 53105 additions and 51712 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);
}
}
}