robust-toolbox-template/Content.Shared/Input/ContentKeyFunctions.cs

11 lines
No EOL
255 B
C#

using Robust.Shared.Input;
namespace Content.Shared.Input
{
[KeyFunctions]
public static class ContentKeyFunctions
{
// DEVNOTE: Stick keys you want to be bindable here.
// public static readonly DummyKey = "DummyKey";
}
}