10 lines
254 B
C#
10 lines
254 B
C#
|
namespace Omegasis.SaveAnywhere.Framework
|
|||
|
{
|
|||
|
/// <summary>The mod configuration.</summary>
|
|||
|
internal class ModConfig
|
|||
|
{
|
|||
|
/// <summary>The key which initiates a save.</summary>
|
|||
|
public string SaveKey { get; set; } = "K";
|
|||
|
}
|
|||
|
}
|