namespace ET { public class ActivityCfgInfo : Entity, IAwake { public int ActivityId; //开始时间 public long StartTime; //结束时间 public long EndTime; //持续时长 public long ContinueTime; //0:固定时间开启,1:特定等级触发 public int Type; } }