using System; using System.Collections.Generic; namespace XMainClient { internal class FatigueRecoverTime { public List fatigueid = new List(); public List timeleft = new List(); public DateTime updatetime = default(DateTime); } }