Re-organize all projects (#4166)

This commit is contained in:
DrSmugleaf
2021-06-09 22:19:39 +02:00
committed by GitHub
parent 9f50e4061b
commit ff1a2d97ea
1773 changed files with 5258 additions and 5508 deletions

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Content.Server.GameObjects.Components.Access;
using Content.Server.Access.Components;
using NUnit.Framework;
namespace Content.Tests.Server.GameObjects.Components.Access

View File

@@ -1,7 +1,6 @@
using System.IO;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.Alert;
using Content.Shared.Alert;
using Content.Shared.GameObjects.Components.Mobs;
using NUnit.Framework;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;

View File

@@ -1,8 +1,8 @@
using System;
using System.Threading;
using System.Threading.Tasks;
using Content.Server.GameObjects.EntitySystems.JobQueues;
using Content.Server.GameObjects.EntitySystems.JobQueues.Queues;
using Content.Server.CPUJob.JobQueues;
using Content.Server.CPUJob.JobQueues.Queues;
using NUnit.Framework;
using Robust.Shared.Timing;
using Robust.UnitTesting;

View File

@@ -4,6 +4,7 @@ using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Content.Server.Database;
using Content.Shared.CharacterAppearance;
using Content.Shared.GameTicking;
using Content.Shared.Preferences;
using Microsoft.Data.Sqlite;

View File

@@ -1,5 +1,5 @@
using System.Net;
using Content.Server.Utility;
using Content.Server.IP;
using NUnit.Framework;
namespace Content.Tests.Server.Utility