namespace Omegasis.SaveBackup.Framework { /// The mod configuration. internal class ModConfig { /// The number of save backups to keep for each type. public int SaveCount { get; set; } = 30; } }