24 lines
1.2 KiB
C#
24 lines
1.2 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
|
||
|
|
namespace FGUI.P08_Play
|
||
|
|
{
|
||
|
|
public class P08_PlayBinder
|
||
|
|
{
|
||
|
|
public static void BindAll()
|
||
|
|
{
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_game_menu.URL, typeof(com_game_menu));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_exit.URL, typeof(btn_exit));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_set.URL, typeof(btn_set));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_rewardbox.URL, typeof(com_rewardbox));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_look_ad.URL, typeof(btn_look_ad));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_prop.URL, typeof(btn_prop));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_open.URL, typeof(com_open));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_game.URL, typeof(com_game));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_state.URL, typeof(com_state));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_battle.URL, typeof(btn_battle));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|