Fixes for grid rotation (#4562)

* Fixes gas overlays
* Fixes verbs
*Set noRot on a bunch of stuff
This commit is contained in:
metalgearsloth
2021-09-16 13:02:10 +10:00
committed by GitHub
parent cc52ebb9b5
commit 820069ba9c
8 changed files with 56 additions and 48 deletions

View File

@@ -0,0 +1,9 @@
using Content.Shared.Interaction;
namespace Content.Client.Interactable
{
public sealed class InteractionSystem : SharedInteractionSystem
{
}
}