对对对
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using Fantasy.Entitas.Interface;
|
||||
using Fantasy.Gate;
|
||||
|
||||
namespace System.Gate;
|
||||
namespace NB.Gate;
|
||||
|
||||
public sealed class GameAccountFlagComponentDestroySystem : DestroySystem<GameAccountFlagComponent>
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using Fantasy.Entitas.Interface;
|
||||
using Fantasy.Gate;
|
||||
|
||||
namespace System.Gate;
|
||||
namespace NB.Gate;
|
||||
|
||||
public sealed class GameAccountDestroySystem : DestroySystem<GameAccount>
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using Fantasy.Entitas.Interface;
|
||||
using Fantasy.Gate;
|
||||
|
||||
namespace System.Gate.System;
|
||||
namespace NB.Gate.System;
|
||||
|
||||
public sealed class GameAccountManageComponentDestroySystem : DestroySystem<GameAccountManageComponent>
|
||||
{
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using System.Security.Cryptography;
|
||||
using Fantasy.Entitas.Interface;
|
||||
using Fantasy.Gate;
|
||||
using Microsoft.IdentityModel.Tokens;
|
||||
#pragma warning disable CS8625 // Cannot convert null literal to non-nullable reference type.
|
||||
|
||||
namespace System.Gate;
|
||||
namespace NB.Gate;
|
||||
|
||||
public sealed class GateJWTComponentAwakeSystem : AwakeSystem<GateJWTComponent>
|
||||
{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using Fantasy;
|
||||
using Fantasy.Gate;
|
||||
|
||||
namespace System.Gate;
|
||||
namespace NB.Gate;
|
||||
|
||||
public static class GateJWTHelper
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user