mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 08:14: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
|
|
@ -19,7 +19,6 @@ namespace Content.Shared
|
|||
|
||||
public override void PreInit()
|
||||
{
|
||||
Console.WriteLine("BLUH");
|
||||
IoCManager.InjectDependencies(this);
|
||||
var textMacroFactory = IoCManager.Resolve<ITextMacroFactory>();
|
||||
textMacroFactory.DoAutoRegistrations();
|
||||
|
|
|
|||
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