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