2018-12-30 18:00:05 +08:00
|
|
|
namespace Omegasis.SaveAnywhere.Framework
|
2017-08-06 11:20:48 +08:00
|
|
|
{
|
|
|
|
/// <summary>The mod configuration.</summary>
|
|
|
|
internal class ModConfig
|
|
|
|
{
|
|
|
|
/// <summary>The key which initiates a save.</summary>
|
|
|
|
public string SaveKey { get; set; } = "K";
|
|
|
|
}
|
|
|
|
}
|