Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P19_Petty/com_lastName.cs
T
2026-04-22 09:52:55 +08:00

25 lines
650 B
C#

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