2018-12-30 18:00:05 +08:00
|
|
|
namespace Omegasis.BillboardAnywhere.Framework
|
2017-08-06 03:51:44 +08:00
|
|
|
{
|
|
|
|
/// <summary>The mod configuration.</summary>
|
|
|
|
internal class ModConfig
|
|
|
|
{
|
|
|
|
/// <summary>The key which shows the billboard menu.</summary>
|
|
|
|
public string KeyBinding { get; set; } = "B";
|
|
|
|
}
|
|
|
|
}
|