fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.PLoading
|
||||
{
|
||||
public class PLoadingBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pb.URL, typeof(com_pb));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user