mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
Initial commit.
This commit is contained in:
commit
9ca3fc37b1
15 changed files with 1015 additions and 0 deletions
11
Template.Game/Input/ContentKeyFunctions.cs
Normal file
11
Template.Game/Input/ContentKeyFunctions.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue