新增角色相关信息
This commit is contained in:
10
Entity/Gate/SessionPlayerComponent.cs
Normal file
10
Entity/Gate/SessionPlayerComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace NB.Gate;
|
||||
|
||||
public sealed class SessionPlayerComponent : Entity
|
||||
{
|
||||
public bool Kick { get; set; }
|
||||
|
||||
public long AccountID;
|
||||
}
|
||||
Reference in New Issue
Block a user