mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-29 12:54:44 +00:00
14 lines
319 B
C#
14 lines
319 B
C#
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
||
|
using FairyGUI;
|
||
|
|
||
|
namespace Common
|
||
|
{
|
||
|
public class CommonBinder
|
||
|
{
|
||
|
public static void BindAll()
|
||
|
{
|
||
|
UIObjectFactory.SetPackageItemExtension(UI_Component1.URL, typeof(UI_Component1));
|
||
|
}
|
||
|
}
|
||
|
}
|