2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
798 B
C#

2 years ago
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace Game.Common
{
public partial class ViewDramaChoiceItem : GComponent
{
public Controller m_c1;
public GGraph m_n6;
public GTextField m_text;
public GImage m_n8;
public const string URL = "ui://ovtc57tdfuzwy";
public static ViewDramaChoiceItem CreateInstance()
{
return (ViewDramaChoiceItem)UIPackage.CreateObject("Common","DramaChoiceItem");
}
public ViewDramaChoiceItem()
{
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
m_c1 = this.GetController("c1");
m_n6 = (GGraph)this.GetChild("n6");
m_text = (GTextField)this.GetChild("text");
m_n8 = (GImage)this.GetChild("n8");
}
}
}