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