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