2018-12-30 18:00:05 +08:00
|
|
|
namespace Omegasis.SaveBackup.Framework
|
2017-08-06 03:51:44 +08:00
|
|
|
{
|
|
|
|
/// <summary>The mod configuration.</summary>
|
|
|
|
internal class ModConfig
|
|
|
|
{
|
|
|
|
/// <summary>The number of save backups to keep for each type.</summary>
|
|
|
|
public int SaveCount { get; set; } = 30;
|
|
|
|
}
|
|
|
|
}
|