namespace StardewModdingAPI.Web.Framework.ConfigModels
{
/// The config settings for mod compatibility list.
internal class ModCompatibilityListConfig
{
/*********
** Accessors
*********/
/// The number of minutes data from the wiki should be cached before refetching it.
public int CacheMinutes { get; set; }
}
}