2026-07-13 18:14:23 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.SLoading
|
|
|
|
|
{
|
|
|
|
|
public class SLoadingBinder
|
|
|
|
|
{
|
|
|
|
|
public static void BindAll()
|
|
|
|
|
{
|
2026-07-14 14:48:39 +08:00
|
|
|
UIObjectFactory.SetPackageItemExtension(com_login_a.URL, typeof(com_login_a));
|
2026-07-13 18:14:23 +08:00
|
|
|
UIObjectFactory.SetPackageItemExtension(pb_bar.URL, typeof(pb_bar));
|
|
|
|
|
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|