15 lines
417 B
C#
15 lines
417 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
|
||
|
|
namespace FGUI.ABigImg
|
||
|
|
{
|
||
|
|
public class ABigImgBinder
|
||
|
|
{
|
||
|
|
public static void BindAll()
|
||
|
|
{
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_mainbg.URL, typeof(com_mainbg));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_loading_bg.URL, typeof(com_loading_bg));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|