Initial commit.

This commit is contained in:
Vera Aguilera Puerto 2021-04-23 20:48:00 +02:00
commit 9ca3fc37b1
15 changed files with 1015 additions and 0 deletions

View 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";
}
}