robust-toolbox-template-sin.../Template.Game/Input/ContentKeyFunctions.cs
2021-12-29 12:34:48 +01:00

10 lines
No EOL
245 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";
}