16 lines
480 B
C#
16 lines
480 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
|
||
|
|
namespace FGUI.JSign
|
||
|
|
{
|
||
|
|
public class JSignBinder
|
||
|
|
{
|
||
|
|
public static void BindAll()
|
||
|
|
{
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_day.URL, typeof(btn_day));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_day2.URL, typeof(btn_day2));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_sign.URL, typeof(com_sign));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|