mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 08:44:50 -05:00
- Converts template to use file-scoped namespaces. - Add manifest.yml and comments for it.
10 lines
No EOL
229 B
C#
10 lines
No EOL
229 B
C#
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";
|
|
} |