Move some files out of Content.Shared root because I forgot (#4182)

This commit is contained in:
DrSmugleaf
2021-06-13 14:52:40 +02:00
committed by GitHub
parent dc239fb384
commit f878f353e4
173 changed files with 185 additions and 24 deletions

View File

@@ -3,6 +3,7 @@ using System;
using Content.Server.Administration;
using Content.Shared;
using Content.Shared.Administration;
using Content.Shared.CCVar;
using Robust.Shared.Configuration;
using Robust.Shared.Console;
using Robust.Shared.IoC;

View File

@@ -24,6 +24,7 @@ using Content.Server.Spawners.Components;
using Content.Server.Speech.Components;
using Content.Shared;
using Content.Shared.Audio;
using Content.Shared.CCVar;
using Content.Shared.Chat;
using Content.Shared.Coordinates;
using Content.Shared.GameTicking;

View File

@@ -8,6 +8,7 @@ using Content.Server.Players;
using Content.Server.Suspicion;
using Content.Server.Suspicion.Roles;
using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.Inventory;
using Content.Shared.PDA;
using Content.Shared.Roles;

View File

@@ -10,6 +10,7 @@ using Content.Server.PDA;
using Content.Server.Players;
using Content.Server.Traitor;
using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.Dataset;
using Content.Shared.Inventory;
using Content.Shared.PDA;

View File

@@ -12,6 +12,7 @@ using Content.Server.Spawners.Components;
using Content.Server.Traitor;
using Content.Server.TraitorDeathMatch.Components;
using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.Damage;
using Content.Shared.Damage.Components;
using Content.Shared.Inventory;

View File

@@ -2,6 +2,7 @@
using System.Threading;
using Content.Server.Chat.Managers;
using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.Damage;
using Content.Shared.MobState;
using Robust.Server.Player;

View File

@@ -7,6 +7,7 @@ using Content.Server.Suspicion;
using Content.Server.Suspicion.EntitySystems;
using Content.Server.Suspicion.Roles;
using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.MobState;
using Robust.Server.Player;
using Robust.Shared.Audio;