Fix some Robust.Server namespaces in Robust.Shared.

This commit is contained in:
Pieter-Jan Briers
2019-12-22 13:41:04 +01:00
parent ece6e0a833
commit c1b9bb348d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using Robust.Server.GameObjects.Components.Container;
using Robust.Server.Interfaces.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.GameObjects.Components;
using Robust.Shared.ViewVariables;
namespace Content.Server.GameObjects