robust-toolbox-template-sin.../Template.Game/Input/ContentKeyFunctions.cs
Vera Aguilera Puerto 9ca3fc37b1 Initial commit.
2021-04-23 21:02:28 +02:00

11 lines
No EOL
271 B
C#

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