10 lines
261 B
C#
10 lines
261 B
C#
|
namespace Omegasis.DailyQuestAnywhere.Framework
|
|||
|
{
|
|||
|
/// <summary>The mod configuration.</summary>
|
|||
|
internal class ModConfig
|
|||
|
{
|
|||
|
/// <summary>The key which shows the menu.</summary>
|
|||
|
public string KeyBinding { get; set; } = "H";
|
|||
|
}
|
|||
|
}
|