/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace Game.Common { public partial class ViewDramaNameLable : GComponent { public GGraph m_n5; public GTextField m_text; public const string URL = "ui://ovtc57tdpgt3q"; public static ViewDramaNameLable CreateInstance() { return (ViewDramaNameLable)UIPackage.CreateObject("Common","DramaNameLable"); } public ViewDramaNameLable() { } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); m_n5 = (GGraph)this.GetChild("n5"); m_text = (GTextField)this.GetChild("text"); } } }