10 lines
166 B
C#
10 lines
166 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace NB.Gate;
|
|
|
|
public sealed class SessionPlayerComponent : Entity
|
|
{
|
|
public bool Kick { get; set; }
|
|
|
|
public long AccountID;
|
|
} |