fix: 1、更换命名空间和文件夹名字

This commit is contained in:
2026-06-02 11:11:47 +08:00
parent dfead2c461
commit 2a53f34659
4305 changed files with 582 additions and 603 deletions
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class AppDispatcher : BaseDispatcher<AppDispatcher, uint, object> { }
}
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class CtrlDispatcher : BaseDispatcher<CtrlDispatcher, uint, object>
{
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class DataDispatcher : BaseDispatcher<DataDispatcher, string, object>
{
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class GameDispatcher : BaseDispatcher<GameDispatcher, uint, object>
{
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
{
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class ModelDispatcher : BaseDispatcher<ModelDispatcher, uint, object>
{
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class NetworkDispatcher : BaseDispatcher<NetworkDispatcher, uint, object>
{
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class PreferencesDispatcher<T> : BaseDispatcher<PreferencesDispatcher<T>, string, ChangeValue<T>>
{
@@ -1,4 +1,4 @@
namespace BallKingdomCrush
namespace ZooMatch
{
public class UICtrlDispatcher : BaseDispatcher<UICtrlDispatcher, uint, object>
{