21 lines
959 B
C#
21 lines
959 B
C#
|
|
/** 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));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|