提交项目
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.JTodo
|
||||
{
|
||||
public class JTodoBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_todo.URL, typeof(btn_todo));
|
||||
UIObjectFactory.SetPackageItemExtension(com_todo.URL, typeof(com_todo));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user