29 lines
771 B
C#
29 lines
771 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P01_Common
|
||
|
|
{
|
||
|
|
public partial class btn_rank2 : GButton
|
||
|
|
{
|
||
|
|
public GImage red;
|
||
|
|
public com_add_points add_points;
|
||
|
|
public Transition t0;
|
||
|
|
public const string URL = "ui://o9974uc5w09x6s";
|
||
|
|
|
||
|
|
public static btn_rank2 CreateInstance()
|
||
|
|
{
|
||
|
|
return (btn_rank2)UIPackage.CreateObject("P01_Common", "btn_rank2");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
red = (GImage)GetChildAt(2);
|
||
|
|
add_points = (com_add_points)GetChildAt(3);
|
||
|
|
t0 = GetTransitionAt(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|