bingo 项目提交
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.G001_rewardPop
|
||||
{
|
||||
public class G001_rewardPopBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_collect.URL, typeof(btn_collect));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_nothank.URL, typeof(btn_nothank));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_double.URL, typeof(btn_double));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(com_extraItem.URL, typeof(com_extraItem));
|
||||
UIObjectFactory.SetPackageItemExtension(com_multi.URL, typeof(com_multi));
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward.URL, typeof(com_reward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_roll.URL, typeof(com_roll));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user