对对对

This commit is contained in:
bob
2025-07-26 17:58:25 +08:00
parent 4d8748e866
commit 6311c7cb12
57 changed files with 458 additions and 317 deletions

View File

@@ -1,10 +1,9 @@
using Fantasy;
using Fantasy.Async;
using Fantasy.Entitas;
using Fantasy.Gate;
using Fantasy.Helper;
namespace System.Gate;
namespace NB.Gate;
public static class GameAccountFactory
{

View File

@@ -1,7 +1,6 @@
using Fantasy.Entitas.Interface;
using Fantasy.Gate;
namespace System.Gate;
namespace NB.Gate;
public sealed class GameAccountFlagComponentDestroySystem : DestroySystem<GameAccountFlagComponent>
{

View File

@@ -1,10 +1,9 @@
using System.Gate.System;
using NB.Gate.System;
using Fantasy;
using Fantasy.Async;
using Fantasy.Gate;
using Fantasy.Network;
namespace System.Gate;
namespace NB.Gate;
public static class GameAccountHelper
{

View File

@@ -1,7 +1,6 @@
using Fantasy.Entitas.Interface;
using Fantasy.Gate;
namespace System.Gate;
namespace NB.Gate;
public sealed class GameAccountDestroySystem : DestroySystem<GameAccount>
{