Files
tbd-station-14/Content.Client/Interactable/InteractionSystem.cs
metalgearsloth 820069ba9c Fixes for grid rotation (#4562)
* Fixes gas overlays
* Fixes verbs
*Set noRot on a bunch of stuff
2021-09-16 13:02:10 +10:00

10 lines
158 B
C#

using Content.Shared.Interaction;
namespace Content.Client.Interactable
{
public sealed class InteractionSystem : SharedInteractionSystem
{
}
}