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

25 lines
651 B
C#

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