Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/rank/com_rank_rule.cs
T

33 lines
975 B
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.rank
{
public partial class com_rank_rule : GComponent
{
public Controller pay_type;
public rank_panel_partent rank_panel_partent;
public GButton btn_close;
public GGroup group_top;
public Transition t0;
public const string URL = "ui://edhx114fiwfg1u";
public static com_rank_rule CreateInstance()
{
return (com_rank_rule)UIPackage.CreateObject("rank", "com_rank_rule");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
pay_type = GetControllerAt(0);
rank_panel_partent = (rank_panel_partent)GetChildAt(0);
btn_close = (GButton)GetChildAt(2);
group_top = (GGroup)GetChildAt(4);
t0 = GetTransitionAt(0);
}
}
}