fix: 1、更换命名空间和文件夹名字
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class TaskSequence
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Linq;
|
||||
using UnityEngine;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class EasyTimer : MonoBehaviour
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Linq;
|
||||
using UnityEngine;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class NormalTimer : MonoBehaviour
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class TimerTask
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public static class TimerHelper
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
namespace ZooMatch
|
||||
{
|
||||
public class UnitConvertUtil
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user