Files
Fishing2NetTest/Assets/Scripts/UI/Main/UI_ComboBox1_popup.cs
2026-03-12 00:22:03 +08:00

25 lines
628 B
C#

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