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