public void createstardmg(jiangstages stage) { } public uint uid { get; set; } public string ownname { get; set; } public string customizedname { get; set; } public byte level { get; set; } public byte talent { get; set; } public byte stage { get; set; } public byte star { get; set; } public uint freecourse { get; set; } public byte rank { get; set; } public datetime startcountdwon { get; set; } public datetime countdownend { get; set; } public datetime removejiangmod; public datetime timerstamp; public uint time { get { return (uint)(countdownend - new datetime(1970, 1, 1).tolocaltime()).totalseconds; }