对对对
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
namespace Fantasy;
|
||||
using Fantasy.Entitas;
|
||||
|
||||
public sealed class AuthenticationComponent : Entitas.Entity
|
||||
namespace NB;
|
||||
|
||||
public sealed class AuthenticationComponent : Entity
|
||||
{
|
||||
/// <summary>
|
||||
/// 代表当前服务器在鉴权服务器中的位置
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Fantasy.Entitas;
|
||||
using Microsoft.IdentityModel.Tokens;
|
||||
|
||||
namespace Fantasy;
|
||||
namespace NB;
|
||||
|
||||
public sealed class AuthenticationJwtComponent : Entity
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy;
|
||||
namespace NB;
|
||||
|
||||
public sealed class Account : Entity
|
||||
{
|
||||
@@ -1,6 +1,6 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy;
|
||||
namespace NB;
|
||||
|
||||
public class AccountCacheInfo : Entity
|
||||
{
|
||||
@@ -1,6 +1,6 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy;
|
||||
namespace NB;
|
||||
|
||||
public class AccountCacheInfoTimeOut : Entity
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy;
|
||||
namespace NB;
|
||||
|
||||
public class AccountTimeOut : Entity
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user