27 lines
762 B
C#
27 lines
762 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JMall
|
|
{
|
|
public partial class com_mall_coinitem : GComponent
|
|
{
|
|
public GTextField text_count;
|
|
public btn_redeem_coin btn_redeem_coin;
|
|
public const string URL = "ui://wj1zvor9x6ybd";
|
|
|
|
public static com_mall_coinitem CreateInstance()
|
|
{
|
|
return (com_mall_coinitem)UIPackage.CreateObject("JMall", "com_mall_coinitem");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
text_count = (GTextField)GetChildAt(2);
|
|
btn_redeem_coin = (btn_redeem_coin)GetChildAt(3);
|
|
}
|
|
}
|
|
} |