29 lines
768 B
C#
29 lines
768 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P07_GameEnd
|
||
|
|
{
|
||
|
|
public partial class ch_broad : GComponent
|
||
|
|
{
|
||
|
|
public GRichTextField cast_text;
|
||
|
|
public Transition t0;
|
||
|
|
public Transition t1;
|
||
|
|
public const string URL = "ui://8sjqw0q3cgqgm";
|
||
|
|
|
||
|
|
public static ch_broad CreateInstance()
|
||
|
|
{
|
||
|
|
return (ch_broad)UIPackage.CreateObject("P07_GameEnd", "ch_broad");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
cast_text = (GRichTextField)GetChildAt(0);
|
||
|
|
t0 = GetTransitionAt(0);
|
||
|
|
t1 = GetTransitionAt(1);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|