namespace ET.Server { public sealed class Player : Entity, IAwake<string> { public string Account { get; set; } public long UnitId { get; set; } } }