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