14 lines
330 B
C#
14 lines
330 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
|
|
namespace FGUI.failpack
|
|
{
|
|
public class failpackBinder
|
|
{
|
|
public static void BindAll()
|
|
{
|
|
UIObjectFactory.SetPackageItemExtension(com_resurgence.URL, typeof(com_resurgence));
|
|
}
|
|
}
|
|
} |