Stardew_Valley_Mods/GeneralMods/HappyBirthday/Framework/ModConfig.cs

10 lines
256 B
C#

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