Moves SharedInteractionSystem to Content.Shared namespace

This commit is contained in:
Víctor Aguilera Puerto
2020-06-13 16:10:26 +02:00
parent fcedff4d60
commit 64dd3b0860
7 changed files with 6 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ using Robust.Shared.Localization;
using Robust.Shared.Map;
using Robust.Shared.Players;
using System;
using Content.Shared.GameObjects.EntitySystems;
namespace Content.Server.GameObjects.EntitySystems
{