mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 00:34:49 -05:00
rm silly console write, add ContentKeyFunctions real quick.
This commit is contained in:
parent
4392b4ceab
commit
a137661e17
2 changed files with 11 additions and 1 deletions
11
Content.Shared/Input/ContentKeyFunctions.cs
Normal file
11
Content.Shared/Input/ContentKeyFunctions.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue