18 lines
690 B
C#
18 lines
690 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
|
||
|
|
namespace FGUI.P20_MainTab
|
||
|
|
{
|
||
|
|
public class P20_MainTabBinder
|
||
|
|
{
|
||
|
|
public static void BindAll()
|
||
|
|
{
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_shop.URL, typeof(btn_shop));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_pintu.URL, typeof(btn_pintu));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_main_tab.URL, typeof(com_main_tab));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_bottom_panel.URL, typeof(com_bottom_panel));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_main.URL, typeof(btn_main));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|