using StardewModdingAPI; namespace Omegasis.BillboardAnywhere.Framework { /// The mod configuration. internal class ModConfig { /// The key which shows the billboard menu. public SButton KeyBinding { get; set; } = SButton.B; } }