fix:1、添加项目

This commit is contained in:
2026-04-22 09:52:55 +08:00
commit 173cfb2dc9
5871 changed files with 600870 additions and 0 deletions
@@ -0,0 +1,33 @@
/** 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);
}
}
}