mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
11 lines
No EOL
271 B
C#
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";
|
|
}
|
|
} |