namespace ET { [ComponentOf(typeof(Session))] public class SessionPlayerComponent : Entity, IAwake, IDestroy { public long PlayerId; public long PlayerInstanceId; public long AccountId; public bool IsLoginAgain = false; } }