修改调整

This commit is contained in:
2026-03-12 00:22:03 +08:00
parent b216a71a79
commit b18fc01912
790 changed files with 127129 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace Main
{
public class MainBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(UI_Main.URL, typeof(UI_Main));
UIObjectFactory.SetPackageItemExtension(UI_ComboBox1_popup.URL, typeof(UI_ComboBox1_popup));
UIObjectFactory.SetPackageItemExtension(UI_ProtocolItem.URL, typeof(UI_ProtocolItem));
}
}
}