using UnityEngine; using System.Collections; public class ScoreDetailInfo { public long ID { get; set; } public string ReplayTime { get; set; } public int Score { get; set; } public string Remark { get; set; } public long ScoreID { get; set; } }