namespace ET { public class GameComponent : Entity, IAwake, IUpdate { //每日重置时间,单位秒 public int DailyResetSecs = 0; public int WeekResetSecs = 0; public int MouthResetSecs = 0; public int YearResetSecs = 0; } }