fix cause of renaming of proj

This commit is contained in:
Paul
2021-01-23 22:45:23 +01:00
parent 358ddbf8dd
commit 5f6d2d50ba
25 changed files with 27 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
using System;
using Robust.Shared;
using Robust.Shared.Analyzers;
using Robust.Shared.Interfaces.GameObjects;
namespace Content.Server.Interfaces.GameObjects

View File

@@ -1,7 +1,6 @@
using System.Collections.Generic;
using Content.Server.GameObjects.Components.Construction;
using Robust.Shared;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Analyzers;
namespace Content.Server.Interfaces.GameObjects
{

View File

@@ -1,5 +1,5 @@
using Content.Server.Interfaces.Chat;
using Robust.Shared;
using Robust.Shared.Analyzers;
using Robust.Shared.Interfaces.GameObjects;
namespace Content.Server.Interfaces.GameObjects