Adds server rules (#3475)

* Initial

* Removes all unneeded stuff

* Rules

* Applied review
This commit is contained in:
Swept
2021-03-03 06:56:52 +00:00
committed by GitHub
parent 57616f6270
commit eeb5cadaa0
17 changed files with 270 additions and 225 deletions

View File

@@ -1,4 +1,4 @@
using Content.Shared.Input;
using Content.Shared.Input;
using Robust.Shared.Input;
namespace Content.Client.Input
@@ -16,7 +16,7 @@ namespace Content.Client.Input
common.AddFunction(ContentKeyFunctions.FocusOOC);
common.AddFunction(ContentKeyFunctions.FocusAdminChat);
common.AddFunction(ContentKeyFunctions.ExamineEntity);
common.AddFunction(ContentKeyFunctions.OpenTutorial);
common.AddFunction(ContentKeyFunctions.OpenInfo);
common.AddFunction(ContentKeyFunctions.TakeScreenshot);
common.AddFunction(ContentKeyFunctions.TakeScreenshotNoUI);
common.AddFunction(ContentKeyFunctions.Point);