fix:1、修改命名空间和文件夹名字

This commit is contained in:
2026-04-27 11:20:13 +08:00
parent db90a6e485
commit 70d45d4705
4252 changed files with 465 additions and 463 deletions
+4 -4
View File
@@ -93,7 +93,7 @@ namespace FutureEditor
string modelClassStr =
@"
namespace LoveLegend
namespace RedHotRoast
{
public class #ClassName#Model : BaseModel
{
@@ -126,7 +126,7 @@ using FGUI.ZM_Common_01;
using UnityEngine;
using FairyGUI;
namespace LoveLegend
namespace RedHotRoast
{
public class #ClassName#UI : BaseUI
{
@@ -216,7 +216,7 @@ namespace LoveLegend
string ctrlClassStr =
@"
namespace LoveLegend
namespace RedHotRoast
{
public class #ClassName#Ctrl : BaseCtrl
{
@@ -251,7 +251,7 @@ namespace LoveLegend
string uiCtrlClassStr =
@"
namespace LoveLegend
namespace RedHotRoast
{
public class #ClassName#UICtrl : BaseUICtrl
{