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; }