Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/SaveingPot/com_firstname.cs
T
2026-04-20 13:49:36 +08:00

29 lines
816 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_firstname : GComponent
{
public Controller type;
public GTextInput enter_fname;
public GTextInput enter_fname_1;
public const string URL = "ui://sddomhj3deiw1j";
public static com_firstname CreateInstance()
{
return (com_firstname)UIPackage.CreateObject("SaveingPot", "com_firstname");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
type = GetControllerAt(0);
enter_fname = (GTextInput)GetChildAt(1);
enter_fname_1 = (GTextInput)GetChildAt(3);
}
}
}