25 lines
615 B
C#
25 lines
615 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P06_Hall
|
||
|
|
{
|
||
|
|
public partial class com_msg : GComponent
|
||
|
|
{
|
||
|
|
public GTextField text_msg;
|
||
|
|
public const string URL = "ui://gytj501ci5lx22";
|
||
|
|
|
||
|
|
public static com_msg CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_msg)UIPackage.CreateObject("P06_Hall", "com_msg");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
text_msg = (GTextField)GetChildAt(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|