Stardew_Valley_Mods/GeneralMods/DailyQuestAnywhere/Framework/ModConfig.cs

10 lines
261 B
C#

namespace Omegasis.DailyQuestAnywhere.Framework
{
/// <summary>The mod configuration.</summary>
internal class ModConfig
{
/// <summary>The key which shows the menu.</summary>
public string KeyBinding { get; set; } = "H";
}
}