fix: 1、更换命名空间和文件夹名字
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class HallCtrl : BaseCtrl
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class HallModel : BaseModel
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@ using SGModule.Net;
|
||||
using UNSDK;
|
||||
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class HallUI : BaseUI
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using SGModule.NetKit;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class HallUICtrl : BaseUICtrl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user