This commit is contained in:
2026-06-04 17:10:40 +08:00
parent 8f482df1d5
commit 671ca265ed
30 changed files with 323 additions and 58 deletions
@@ -8,6 +8,7 @@ namespace FGUI.JLoading
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_login_a.URL, typeof(com_login_a));
UIObjectFactory.SetPackageItemExtension(btn_box.URL, typeof(btn_box));
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
}