fix: 1、更换命名空间和文件夹名字
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class GameResultCtrl : BaseCtrl
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class GameResultModel : BaseModel
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Linq;
|
||||
using Spine.Unity;
|
||||
using IgnoreOPS;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class GameResultUI : BaseUI
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using DG.Tweening;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class GameResultUICtrl : BaseUICtrl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user