15 lines
407 B
C#
15 lines
407 B
C#
/** 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()
|
|
{
|
|
UIObjectFactory.SetPackageItemExtension(btn_box.URL, typeof(btn_box));
|
|
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
|
|
}
|
|
}
|
|
} |