25 lines
617 B
C#
25 lines
617 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JSettings
|
|
{
|
|
public partial class btn_6contact : GButton
|
|
{
|
|
public GButton bar;
|
|
public const string URL = "ui://ae8hdoudrhlln";
|
|
|
|
public static btn_6contact CreateInstance()
|
|
{
|
|
return (btn_6contact)UIPackage.CreateObject("JSettings", "btn_6contact");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
bar = (GButton)GetChildAt(1);
|
|
}
|
|
}
|
|
} |