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 @@
#nullable enable
#nullable enable
using System;
using System.Collections.Generic;
using Content.Client.UserInterface.Stylesheets;
@@ -148,7 +148,7 @@ namespace Content.Client.UserInterface
AddButton(ContentKeyFunctions.OpenContextMenu);
AddButton(ContentKeyFunctions.OpenCraftingMenu);
AddButton(ContentKeyFunctions.OpenInventoryMenu);
AddButton(ContentKeyFunctions.OpenTutorial);
AddButton(ContentKeyFunctions.OpenInfo);
AddButton(ContentKeyFunctions.OpenActionsMenu);
AddButton(ContentKeyFunctions.OpenEntitySpawnWindow);
AddButton(ContentKeyFunctions.OpenSandboxWindow);