15 lines
411 B
C#
15 lines
411 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
|
||
|
|
namespace FGUI.LG_LuckyGift
|
||
|
|
{
|
||
|
|
public class LG_LuckyGiftBinder
|
||
|
|
{
|
||
|
|
public static void BindAll()
|
||
|
|
{
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_lucky.URL, typeof(com_lucky));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|