25 lines
1.3 KiB
C#
25 lines
1.3 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
|
|
namespace FGUI.SaveingPot
|
|
{
|
|
public class SaveingPotBinder
|
|
{
|
|
public static void BindAll()
|
|
{
|
|
UIObjectFactory.SetPackageItemExtension(com_firstname.URL, typeof(com_firstname));
|
|
UIObjectFactory.SetPackageItemExtension(com_enter.URL, typeof(com_enter));
|
|
UIObjectFactory.SetPackageItemExtension(com_task.URL, typeof(com_task));
|
|
UIObjectFactory.SetPackageItemExtension(btn_pay.URL, typeof(btn_pay));
|
|
UIObjectFactory.SetPackageItemExtension(com_info.URL, typeof(com_info));
|
|
UIObjectFactory.SetPackageItemExtension(com_cord.URL, typeof(com_cord));
|
|
UIObjectFactory.SetPackageItemExtension(com_rank.URL, typeof(com_rank));
|
|
UIObjectFactory.SetPackageItemExtension(com_newRecord.URL, typeof(com_newRecord));
|
|
UIObjectFactory.SetPackageItemExtension(com_saveingpot.URL, typeof(com_saveingpot));
|
|
UIObjectFactory.SetPackageItemExtension(btn_top.URL, typeof(btn_top));
|
|
UIObjectFactory.SetPackageItemExtension(com_broadcast.URL, typeof(com_broadcast));
|
|
UIObjectFactory.SetPackageItemExtension(com_progress_item.URL, typeof(com_progress_item));
|
|
}
|
|
}
|
|
} |