2026-04-20 13:49:36 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.JLoading
|
|
|
|
|
{
|
|
|
|
|
public class JLoadingBinder
|
|
|
|
|
{
|
|
|
|
|
public static void BindAll()
|
|
|
|
|
{
|
2026-06-04 17:10:40 +08:00
|
|
|
UIObjectFactory.SetPackageItemExtension(com_login_a.URL, typeof(com_login_a));
|
2026-04-20 13:49:36 +08:00
|
|
|
UIObjectFactory.SetPackageItemExtension(btn_box.URL, typeof(btn_box));
|
|
|
|
|
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|