using Fantasy.Entitas; namespace NB.Gate; public sealed class SessionPlayerComponent : Entity { public bool Kick { get; set; } public long AccountID; }