mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 00:34:49 -05:00
Update template to latest RobustToolbox version.
- Converts template to use file-scoped namespaces. - Add manifest.yml and comments for it.
This commit is contained in:
parent
b417f4355e
commit
729c2a6206
18 changed files with 197 additions and 272 deletions
|
|
@ -1,11 +1,10 @@
|
|||
using Robust.Shared.Input;
|
||||
|
||||
namespace Content.Shared.Input
|
||||
namespace Content.Shared.Input;
|
||||
|
||||
[KeyFunctions]
|
||||
public static class ContentKeyFunctions
|
||||
{
|
||||
[KeyFunctions]
|
||||
public static class ContentKeyFunctions
|
||||
{
|
||||
// DEVNOTE: Stick keys you want to be bindable here.
|
||||
// public static readonly DummyKey = "DummyKey";
|
||||
}
|
||||
// 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