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