首次提交

This commit is contained in:
2026-07-13 18:14:23 +08:00
commit 20d09e4ebb
5293 changed files with 621708 additions and 0 deletions
@@ -0,0 +1,15 @@
/** 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()
{
UIObjectFactory.SetPackageItemExtension(pb_bar.URL, typeof(pb_bar));
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
}
}
}