namespace Omegasis.MuseumRearranger.Framework
{
/// The mod configuration.
internal class ModConfig
{
/// The key which shows the museum rearranging menu.
public string ShowMenuKey { get; set; } = "R";
/// The key which toggles the inventory box when the menu is open.
public string ToggleInventoryKey { get; set; } = "T";
}
}