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