using Sog.Log; namespace Racehorse { public class RacehorseServerConfig { /// /// 关闭活动开关 /// public bool closeRacehorse; /// /// 离线或者无操作多久下线缓存 /// public int offlineTimeClear; } }