mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
Update template to latest RobustToolbox version.
This commit is contained in:
parent
338a7455ac
commit
2e6af3eb52
8 changed files with 109 additions and 179 deletions
|
|
@ -1,11 +1,10 @@
|
|||
using Robust.Shared.Input;
|
||||
|
||||
namespace Template.Game.Input
|
||||
namespace Template.Game.Input;
|
||||
|
||||
[KeyFunctions]
|
||||
public static class ContentKeyFunctions
|
||||
{
|
||||
[KeyFunctions]
|
||||
public static class ContentKeyFunctions
|
||||
{
|
||||
// DEVNOTE: Stick keys you want to be bindable here.
|
||||
// public static readonly BoundKeyFunction DummyKey = "DummyKey";
|
||||
}
|
||||
// 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