制作新UI

This commit is contained in:
Bob.Song
2026-03-23 14:54:40 +08:00
parent aa73296249
commit 9685a415d3
51 changed files with 319 additions and 114 deletions

View File

@@ -0,0 +1,15 @@
// 本脚本只在不存在时会生成一次。组件逻辑写在当前脚本内。已存在不会再次生成覆盖
using UnityEngine;
using FairyGUI;
using NBC;
namespace NBF
{
public partial class BtnMainMenu : GButton
{
private void OnInited()
{
}
}
}