Files
RedHotRoast-ios/Assets/RedHotRoast/FGUI/package/LG_AIchat/com_ChatNumber.cs
T

37 lines
1.1 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_AIchat
{
public partial class com_ChatNumber : GComponent
{
public Controller type;
public GButton btn_close;
public GTextField title1;
public GTextField text_coins;
public GTextField text_ads;
public btn_watchAd btn_watch;
public GButton btn_coins;
public const string URL = "ui://tksc66j2ljeg2b";
public static com_ChatNumber CreateInstance()
{
return (com_ChatNumber)UIPackage.CreateObject("LG_AIchat", "com_ChatNumber");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
type = GetControllerAt(0);
btn_close = (GButton)GetChildAt(1);
title1 = (GTextField)GetChildAt(2);
text_coins = (GTextField)GetChildAt(4);
text_ads = (GTextField)GetChildAt(5);
btn_watch = (btn_watchAd)GetChildAt(6);
btn_coins = (GButton)GetChildAt(8);
}
}
}