对对对

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,6 +1,8 @@
namespace Fantasy;
using Fantasy.Entitas;
public sealed class AuthenticationComponent : Entitas.Entity
namespace NB;
public sealed class AuthenticationComponent : Entity
{
/// <summary>
/// 代表当前服务器在鉴权服务器中的位置

View File

@@ -1,7 +1,7 @@
using Fantasy.Entitas;
using Microsoft.IdentityModel.Tokens;
namespace Fantasy;
namespace NB;
public sealed class AuthenticationJwtComponent : Entity
{

View File

@@ -1,6 +1,6 @@
using Fantasy.Entitas;
namespace Fantasy;
namespace NB;
public sealed class Account : Entity
{

View File

@@ -1,6 +1,6 @@
using Fantasy.Entitas;
namespace Fantasy;
namespace NB;
public class AccountCacheInfo : Entity
{

View File

@@ -1,6 +1,6 @@
using Fantasy.Entitas;
namespace Fantasy;
namespace NB;
public class AccountCacheInfoTimeOut : Entity
{

View File

@@ -1,6 +1,6 @@
using Fantasy.Entitas;
namespace Fantasy;
namespace NB;
public class AccountTimeOut : Entity
{