feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.Game_04
|
||||
{
|
||||
public class Game_04Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_game_menu.URL, typeof(com_game_menu));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_continue.URL, typeof(btn_continue));
|
||||
UIObjectFactory.SetPackageItemExtension(com_rewardbox.URL, typeof(com_rewardbox));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_look_ad.URL, typeof(btn_look_ad));
|
||||
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(btn_add.URL, typeof(btn_add));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_exit.URL, typeof(btn_exit));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user