15 lines
413 B
C#
15 lines
413 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
|
|
namespace FGUI.P21_MailView
|
|
{
|
|
public class P21_MailViewBinder
|
|
{
|
|
public static void BindAll()
|
|
{
|
|
UIObjectFactory.SetPackageItemExtension(mail_item.URL, typeof(mail_item));
|
|
UIObjectFactory.SetPackageItemExtension(com_mail.URL, typeof(com_mail));
|
|
}
|
|
}
|
|
} |