fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user