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

@@ -1,8 +1,8 @@
using System.Collections.Generic;
using System.Linq;
using Content.Client.GameObjects.Components;
using Content.Server.GameObjects.EntitySystems;
using Content.Shared.GameObjects;
using Content.Shared.GameObjects.EntitySystems;
using Robust.Client.GameObjects.EntitySystems;
using Robust.Client.Interfaces.GameObjects;
using Robust.Client.Interfaces.GameObjects.Components;