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

@@ -4,6 +4,7 @@ using Content.Client.Lobby;
using Content.Client.Viewport; using Content.Client.Viewport;
using Content.Shared; using Content.Shared;
using Content.Shared.Audio; using Content.Shared.Audio;
using Content.Shared.CCVar;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Client; using Robust.Client;
using Robust.Client.State; using Robust.Client.State;

View File

@@ -1,6 +1,7 @@
#nullable enable #nullable enable
using Content.Client.GameObjects.EntitySystems; using Content.Client.GameObjects.EntitySystems;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.Console; using Robust.Shared.Console;
using Robust.Shared.IoC; using Robust.Shared.IoC;

View File

@@ -1,4 +1,5 @@
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.Console; using Robust.Shared.Console;
using Robust.Shared.IoC; using Robust.Shared.IoC;

View File

@@ -8,6 +8,7 @@ using Content.Client.Items.Managers;
using Content.Client.Verbs; using Content.Client.Verbs;
using Content.Client.Viewport; using Content.Client.Viewport;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.Input; using Content.Shared.Input;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Client.GameObjects; using Robust.Client.GameObjects;

View File

@@ -4,6 +4,7 @@ using System.Linq;
using Content.Client.Links; using Content.Client.Links;
using Content.Client.Stylesheets; using Content.Client.Stylesheets;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Client.Credits; using Robust.Client.Credits;
using Robust.Client.ResourceManagement; using Robust.Client.ResourceManagement;
using Robust.Client.UserInterface; using Robust.Client.UserInterface;

View File

@@ -5,6 +5,7 @@ using Content.Shared.DragDrop;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Client.GameObjects; using Robust.Client.GameObjects;
using Robust.Client.Graphics; using Robust.Client.Graphics;

View File

@@ -51,7 +51,7 @@ using Robust.Shared.Map;
using Robust.Shared.Prototypes; using Robust.Shared.Prototypes;
using Robust.Shared.Timing; using Robust.Shared.Timing;
namespace Content.Client.EntryPoint namespace Content.Client.Entry
{ {
public class EntryPoint : GameClient public class EntryPoint : GameClient
{ {

View File

@@ -1,5 +1,5 @@
// ReSharper disable ArrangeTrailingCommaInMultilineLists // ReSharper disable ArrangeTrailingCommaInMultilineLists
namespace Content.Client.EntryPoint namespace Content.Client.Entry
{ {
public static class IgnoredComponents public static class IgnoredComponents
{ {

View File

@@ -1,6 +1,7 @@
using Content.Client.HUD.UI; using Content.Client.HUD.UI;
using Content.Client.Stylesheets; using Content.Client.Stylesheets;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Client.Graphics; using Robust.Client.Graphics;
using Robust.Client.UserInterface; using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.Controls;

View File

@@ -1,5 +1,6 @@
using Content.Client.HUD.UI; using Content.Client.HUD.UI;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.HUD; using Content.Shared.HUD;
using Robust.Client.Graphics; using Robust.Client.Graphics;
using Robust.Client.UserInterface; using Robust.Client.UserInterface;

View File

@@ -7,6 +7,7 @@ using Content.Client.Resources;
using Content.Client.Stylesheets; using Content.Client.Stylesheets;
using Content.Client.Targeting; using Content.Client.Targeting;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.HUD; using Content.Shared.HUD;
using Content.Shared.Input; using Content.Shared.Input;
using Content.Shared.Targeting; using Content.Shared.Targeting;

View File

@@ -1,5 +1,6 @@
using Content.Client.Viewport; using Content.Client.Viewport;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Client.UserInterface; using Robust.Client.UserInterface;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.IoC; using Robust.Shared.IoC;

View File

@@ -6,6 +6,7 @@ using Content.Client.Items.Managers;
using Content.Client.Items.UI; using Content.Client.Items.UI;
using Content.Client.Resources; using Content.Client.Resources;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.Hands.Components; using Content.Shared.Hands.Components;
using Content.Shared.Input; using Content.Shared.Input;
using Robust.Client.Graphics; using Robust.Client.Graphics;

View File

@@ -1,4 +1,5 @@
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -4,6 +4,7 @@ using Content.Client.HUD;
using Content.Client.Items.Managers; using Content.Client.Items.Managers;
using Content.Client.Items.UI; using Content.Client.Items.UI;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Client.ResourceManagement; using Robust.Client.ResourceManagement;
using Robust.Client.UserInterface; using Robust.Client.UserInterface;

View File

@@ -21,6 +21,7 @@ using Content.Shared.Actions;
using Content.Shared.Alert; using Content.Shared.Alert;
using Content.Shared.Module; using Content.Shared.Module;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.IoC; using Robust.Shared.IoC;
namespace Content.Client.IoC namespace Content.Client.IoC

View File

@@ -1,5 +1,6 @@
using System; using System;
using Content.Shared; using Content.Shared;
using Content.Shared.Module;
namespace Content.Client.IoC namespace Content.Client.IoC
{ {

View File

@@ -2,6 +2,8 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using Content.Client.Stylesheets; using Content.Client.Stylesheets;
using Content.Shared; using Content.Shared;
using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Client.Graphics; using Robust.Client.Graphics;
using Robust.Client.Player; using Robust.Client.Player;
using Robust.Client.UserInterface; using Robust.Client.UserInterface;

View File

@@ -1,4 +1,5 @@
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Map; using Robust.Shared.Map;
using Robust.Shared.Timing; using Robust.Shared.Timing;

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.IO; using System.IO;
using System.Threading.Tasks; using System.Threading.Tasks;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Nett; using Nett;
using Robust.Client.Graphics; using Robust.Client.Graphics;
using Robust.Client.ResourceManagement; using Robust.Client.ResourceManagement;

View File

@@ -3,6 +3,7 @@ using System.Diagnostics.CodeAnalysis;
using System.Globalization; using System.Globalization;
using System.Linq; using System.Linq;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Client.AutoGenerated; using Robust.Client.AutoGenerated;
using Robust.Client.Player; using Robust.Client.Player;
using Robust.Client.UserInterface; using Robust.Client.UserInterface;

View File

@@ -6,6 +6,7 @@ using Content.Client.Interactable;
using Content.Client.Interactable.Components; using Content.Client.Interactable.Components;
using Content.Client.State; using Content.Client.State;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Client.GameObjects; using Robust.Client.GameObjects;
using Robust.Client.Input; using Robust.Client.Input;
using Robust.Client.Player; using Robust.Client.Player;

View File

@@ -1,6 +1,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using Content.Client.HUD.UI; using Content.Client.HUD.UI;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.IoC; using Robust.Shared.IoC;

View File

@@ -1,12 +1,10 @@
using System; using System;
using System.Threading.Tasks; using System.Threading.Tasks;
using Content.Client;
using Content.Client.IoC; using Content.Client.IoC;
using Content.Client.Parallax.Managers; using Content.Client.Parallax.Managers;
using Content.Server;
using Content.Server.GameTicking; using Content.Server.GameTicking;
using Content.Server.IoC; using Content.Server.IoC;
using Content.Shared; using Content.Shared.CCVar;
using NUnit.Framework; using NUnit.Framework;
using Robust.Server.Maps; using Robust.Server.Maps;
using Robust.Shared; using Robust.Shared;
@@ -17,7 +15,7 @@ using Robust.Shared.Map;
using Robust.Shared.Network; using Robust.Shared.Network;
using Robust.Shared.Timing; using Robust.Shared.Timing;
using Robust.UnitTesting; using Robust.UnitTesting;
using EntryPoint = Content.Client.EntryPoint.EntryPoint; using EntryPoint = Content.Client.Entry.EntryPoint;
namespace Content.IntegrationTests namespace Content.IntegrationTests
{ {
@@ -35,7 +33,7 @@ namespace Content.IntegrationTests
options.ContentAssemblies = new[] options.ContentAssemblies = new[]
{ {
typeof(Shared.EntryPoint).Assembly, typeof(Shared.Entry.EntryPoint).Assembly,
typeof(EntryPoint).Assembly, typeof(EntryPoint).Assembly,
typeof(ContentIntegrationTest).Assembly typeof(ContentIntegrationTest).Assembly
}; };
@@ -78,8 +76,8 @@ namespace Content.IntegrationTests
options.ContentAssemblies = new[] options.ContentAssemblies = new[]
{ {
typeof(Shared.EntryPoint).Assembly, typeof(Shared.Entry.EntryPoint).Assembly,
typeof(Server.EntryPoint.EntryPoint).Assembly, typeof(Server.Entry.EntryPoint).Assembly,
typeof(ContentIntegrationTest).Assembly typeof(ContentIntegrationTest).Assembly
}; };

View File

@@ -3,6 +3,7 @@ using System.Threading.Tasks;
using Content.Server.GameTicking; using Content.Server.GameTicking;
using Content.Server.GameTicking.Commands; using Content.Server.GameTicking.Commands;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using NUnit.Framework; using NUnit.Framework;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using Content.Client; using Content.Client;
using Content.Client.EntryPoint; using Content.Client.Entry;
using NUnit.Framework; using NUnit.Framework;
using Robust.Shared.ContentPack; using Robust.Shared.ContentPack;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
@@ -15,7 +15,7 @@ namespace Content.IntegrationTests.Tests.GameObjects.Components
{ {
[TestFixture] [TestFixture]
[TestOf(typeof(IgnoredComponents))] [TestOf(typeof(IgnoredComponents))]
[TestOf(typeof(Server.EntryPoint.IgnoredComponents))] [TestOf(typeof(Server.Entry.IgnoredComponents))]
public class EntityPrototypeComponentsTest : ContentIntegrationTest public class EntityPrototypeComponentsTest : ContentIntegrationTest
{ {
[Test] [Test]

View File

@@ -8,6 +8,7 @@ using Content.Server.Interfaces;
using Content.Server.Preferences; using Content.Server.Preferences;
using Content.Server.Preferences.Managers; using Content.Server.Preferences.Managers;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.Preferences; using Content.Shared.Preferences;
using NUnit.Framework; using NUnit.Framework;
using Robust.Client.State; using Robust.Client.State;

View File

@@ -4,6 +4,7 @@ using System.Collections.Generic;
using Content.Server.AI.Components; using Content.Server.AI.Components;
using Content.Server.AI.Utility.AiLogic; using Content.Server.AI.Utility.AiLogic;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.MobState; using Content.Shared.MobState;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;

View File

@@ -10,6 +10,7 @@ using Content.Shared.ActionBlocker;
using Content.Shared.AME; using Content.Shared.AME;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.Containers; using Robust.Shared.Containers;

View File

@@ -5,6 +5,7 @@ using Content.Server.Hands.Components;
using Content.Server.Tools.Components; using Content.Server.Tools.Components;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Tool; using Content.Shared.Tool;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;

View File

@@ -7,6 +7,7 @@ using Content.Server.UserInterface;
using Content.Shared.APC; using Content.Shared.APC;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -11,6 +11,7 @@ using Content.Shared.ActionBlocker;
using Content.Shared.Acts; using Content.Shared.Acts;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Containers; using Robust.Shared.Containers;

View File

@@ -2,6 +2,7 @@
using Content.Server.CombatMode; using Content.Server.CombatMode;
using Content.Shared.Actions.Behaviors; using Content.Shared.Actions.Behaviors;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Shared.Localization; using Robust.Shared.Localization;
using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -13,6 +13,7 @@ using Content.Shared.Audio;
using Content.Shared.Cooldown; using Content.Shared.Cooldown;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;

View File

@@ -10,6 +10,7 @@ using Content.Server.Players;
using Content.Shared; using Content.Shared;
using Content.Shared.Administration; using Content.Shared.Administration;
using Content.Shared.Administration.Menu; using Content.Shared.Administration.Menu;
using Content.Shared.CCVar;
using Robust.Server.Console; using Robust.Server.Console;
using Robust.Server.Player; using Robust.Server.Player;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;

View File

@@ -8,6 +8,7 @@ using Content.Shared.Body.Part;
using Content.Shared.Body.Surgery; using Content.Shared.Body.Surgery;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Server.Player; using Robust.Server.Player;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -8,6 +8,7 @@ using Content.Shared.Body.Part;
using Content.Shared.Body.Surgery; using Content.Shared.Body.Surgery;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Random.Helpers; using Content.Shared.Random.Helpers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.Console; using Robust.Server.Console;

View File

@@ -9,6 +9,7 @@ using Content.Shared.Body.Mechanism;
using Content.Shared.Body.Part; using Content.Shared.Body.Part;
using Content.Shared.Body.Surgery; using Content.Shared.Body.Surgery;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;
using static Content.Shared.Body.Surgery.ISurgeryData; using static Content.Shared.Body.Surgery.ISurgeryData;

View File

@@ -12,6 +12,7 @@ using Content.Shared.Body.Surgery;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.NetIDs; using Content.Shared.NetIDs;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Server.Player; using Robust.Server.Player;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -16,6 +16,7 @@ using Content.Shared.Chemistry.Solution.Components;
using Content.Shared.Examine; using Content.Shared.Examine;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Random.Helpers; using Content.Shared.Random.Helpers;
using Content.Shared.Tag; using Content.Shared.Tag;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -3,6 +3,7 @@ using System.Threading.Tasks;
using Content.Server.Power.Components; using Content.Server.Power.Components;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.IoC; using Robust.Shared.IoC;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -7,6 +7,7 @@ using Content.Server.GameObjects.EntitySystems;
using Content.Server.Plants; using Content.Server.Plants;
using Content.Shared.Atmos; using Content.Shared.Atmos;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Random.Helpers; using Content.Shared.Random.Helpers;
using Content.Shared.Tag; using Content.Shared.Tag;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -12,6 +12,7 @@ using Content.Shared.Alert;
using Content.Shared.Buckle.Components; using Content.Shared.Buckle.Components;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;

View File

@@ -4,6 +4,7 @@ using Content.Shared.Audio;
using Content.Shared.Cabinet; using Content.Shared.Cabinet;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.Containers; using Robust.Shared.Containers;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -4,6 +4,7 @@ using Content.Shared.CharacterAppearance;
using Content.Shared.CharacterAppearance.Components; using Content.Shared.CharacterAppearance.Components;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.IoC; using Robust.Shared.IoC;

View File

@@ -11,6 +11,7 @@ using Content.Server.Players;
using Content.Shared.Damage; using Content.Shared.Damage;
using Content.Shared.Damage.Components; using Content.Shared.Damage.Components;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.Player; using Robust.Server.Player;
using Robust.Shared.Console; using Robust.Shared.Console;
using Robust.Shared.Enums; using Robust.Shared.Enums;

View File

@@ -11,9 +11,11 @@ using Content.Server.Radio.EntitySystems;
using Content.Shared; using Content.Shared;
using Content.Shared.ActionBlocker; using Content.Shared.ActionBlocker;
using Content.Shared.Administration; using Content.Shared.Administration;
using Content.Shared.CCVar;
using Content.Shared.Chat; using Content.Shared.Chat;
using Content.Shared.Inventory; using Content.Shared.Inventory;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Server.Player; using Robust.Server.Player;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;

View File

@@ -13,6 +13,7 @@ using Content.Shared.Chemistry.Reagent;
using Content.Shared.Chemistry.Solution; using Content.Shared.Chemistry.Solution;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Random.Helpers; using Content.Shared.Random.Helpers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -5,6 +5,7 @@ using Content.Shared.Chemistry;
using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Components;
using Content.Shared.Chemistry.Reagent; using Content.Shared.Chemistry.Reagent;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -9,6 +9,7 @@ using Content.Shared.Chemistry.Solution.Components;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;
using Robust.Shared.Players; using Robust.Shared.Players;

View File

@@ -7,6 +7,7 @@ using Content.Shared.Chemistry.Reagent;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -14,6 +14,7 @@ using Content.Shared.Chemistry.Reagent;
using Content.Shared.Chemistry.Solution; using Content.Shared.Chemistry.Solution;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -5,6 +5,7 @@ using Content.Shared.Chemistry.Solution.Components;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;
using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -8,6 +8,7 @@ using Content.Shared.Climbing;
using Content.Shared.DragDrop; using Content.Shared.DragDrop;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -7,6 +7,7 @@ using Content.Server.UserInterface;
using Content.Shared.Cloning; using Content.Shared.Cloning;
using Content.Shared.MobState; using Content.Shared.MobState;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Server.Player; using Robust.Server.Player;
using Robust.Shared.Containers; using Robust.Shared.Containers;

View File

@@ -6,6 +6,7 @@ using Content.Shared.Interaction;
using Content.Shared.Item; using Content.Shared.Item;
using Content.Shared.NetIDs; using Content.Shared.NetIDs;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Players; using Robust.Shared.Players;
using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -4,6 +4,7 @@ using System.Threading.Tasks;
using Content.Server.Database; using Content.Server.Database;
using Content.Server.Preferences.Managers; using Content.Server.Preferences.Managers;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.IoC; using Robust.Shared.IoC;
using Robust.Shared.Network; using Robust.Shared.Network;

View File

@@ -2,6 +2,7 @@
using System.Threading.Tasks; using System.Threading.Tasks;
using Content.Shared.Construction; using Content.Shared.Construction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,5 +1,6 @@
using Content.Shared.ActionBlocker; using Content.Shared.ActionBlocker;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -17,6 +17,7 @@ using Content.Shared.Construction.Steps;
using Content.Shared.Coordinates; using Content.Shared.Coordinates;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Shared.Containers; using Robust.Shared.Containers;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -8,6 +8,7 @@ using Content.Shared.DragDrop;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -10,6 +10,7 @@ using Content.Shared.Alert;
using Content.Shared.Cuffs.Components; using Content.Shared.Cuffs.Components;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;

View File

@@ -9,6 +9,7 @@ using Content.Shared.Cuffs.Components;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -6,6 +6,7 @@ using System.Net;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Content.Shared.Preferences; using Content.Shared.Preferences;
using Microsoft.Data.Sqlite; using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;

View File

@@ -10,6 +10,7 @@ using Content.Server.IP;
using Content.Server.Preferences; using Content.Server.Preferences;
using Content.Server.Preferences.Managers; using Content.Server.Preferences.Managers;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.IoC; using Robust.Shared.IoC;

View File

@@ -22,6 +22,7 @@ using Content.Shared.Disposal.Components;
using Content.Shared.DragDrop; using Content.Shared.DragDrop;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;

View File

@@ -8,6 +8,7 @@ using Content.Server.UserInterface;
using Content.Shared.ActionBlocker; using Content.Shared.ActionBlocker;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.Console; using Robust.Server.Console;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -5,6 +5,7 @@ using Content.Server.UserInterface;
using Content.Shared.ActionBlocker; using Content.Shared.ActionBlocker;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.Console; using Robust.Server.Console;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -6,6 +6,7 @@ using Content.Server.Disposal.Unit.Components;
using Content.Shared.Acts; using Content.Shared.Acts;
using Content.Shared.Disposal.Components; using Content.Shared.Disposal.Components;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.Console; using Robust.Server.Console;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -19,6 +19,7 @@ using Content.Shared.Disposal.Components;
using Content.Shared.DragDrop; using Content.Shared.DragDrop;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Throwing; using Content.Shared.Throwing;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -7,6 +7,7 @@ using Content.Server.Wires.Components;
using Content.Shared.Doors; using Content.Shared.Doors;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -27,7 +27,7 @@ using Robust.Shared.IoC;
using Robust.Shared.Log; using Robust.Shared.Log;
using Robust.Shared.Timing; using Robust.Shared.Timing;
namespace Content.Server.EntryPoint namespace Content.Server.Entry
{ {
public class EntryPoint : GameServer public class EntryPoint : GameServer
{ {

View File

@@ -1,5 +1,5 @@
// ReSharper disable ArrangeTrailingCommaInMultilineLists // ReSharper disable ArrangeTrailingCommaInMultilineLists
namespace Content.Server.EntryPoint namespace Content.Server.Entry
{ {
public static class IgnoredComponents public static class IgnoredComponents
{ {

View File

@@ -4,6 +4,7 @@ using Content.Shared.Chemistry.Reagent;
using Content.Shared.Chemistry.Solution.Components; using Content.Shared.Chemistry.Solution.Components;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -4,6 +4,7 @@ using Content.Server.Weapon.Melee;
using Content.Shared.Examine; using Content.Shared.Examine;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -7,6 +7,7 @@ using Content.Shared.Chemistry.Reagent;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -6,6 +6,7 @@ using Content.Shared.Chemistry.Reagent;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Audio; using Robust.Shared.Audio;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -3,6 +3,7 @@ using Content.Shared.Chemistry.Reagent;
using Content.Shared.Chemistry.Solution.Components; using Content.Shared.Chemistry.Solution.Components;
using Content.Shared.DragDrop; using Content.Shared.DragDrop;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
using Robust.Shared.Localization; using Robust.Shared.Localization;

View File

@@ -9,6 +9,7 @@ using Content.Shared.DragDrop;
using Content.Shared.Fluids; using Content.Shared.Fluids;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Vapor; using Content.Shared.Vapor;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.Audio; using Robust.Shared.Audio;

View File

@@ -7,6 +7,7 @@ using Content.Server.GameObjects.EntitySystems;
using Content.Shared.Doors; using Content.Shared.Doors;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.Localization; using Robust.Shared.Localization;
namespace Content.Server.GameObjects.Components.Atmos namespace Content.Server.GameObjects.Components.Atmos

View File

@@ -14,6 +14,7 @@ using Content.Shared.Damage.Components;
using Content.Shared.GameObjects.Components.Atmos; using Content.Shared.GameObjects.Components.Atmos;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Temperature; using Content.Shared.Temperature;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -11,6 +11,7 @@ using Content.Shared.GameObjects.Components.Atmos;
using Content.Shared.GameObjects.EntitySystems; using Content.Shared.GameObjects.EntitySystems;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Server.Player; using Robust.Server.Player;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -4,6 +4,7 @@ using Content.Server.GameObjects.Components.Atmos;
using Content.Server.Atmos; using Content.Server.Atmos;
using Content.Shared; using Content.Shared;
using Content.Shared.Atmos; using Content.Shared.Atmos;
using Content.Shared.CCVar;
using Content.Shared.GameObjects.EntitySystems.Atmos; using Content.Shared.GameObjects.EntitySystems.Atmos;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Server.Player; using Robust.Server.Player;

View File

@@ -6,6 +6,7 @@ using System.Runtime.CompilerServices;
using Content.Server.GameObjects.Components.Atmos; using Content.Server.GameObjects.Components.Atmos;
using Content.Shared; using Content.Shared;
using Content.Shared.Atmos; using Content.Shared.Atmos;
using Content.Shared.CCVar;
using Content.Shared.GameObjects.EntitySystems.Atmos; using Content.Shared.GameObjects.EntitySystems.Atmos;
using Content.Shared.GameTicking; using Content.Shared.GameTicking;
using JetBrains.Annotations; using JetBrains.Annotations;

View File

@@ -7,6 +7,7 @@ using Content.Server.Atmos.Reactions;
using Content.Server.GameObjects.Components.Atmos; using Content.Server.GameObjects.Components.Atmos;
using Content.Shared; using Content.Shared;
using Content.Shared.Atmos; using Content.Shared.Atmos;
using Content.Shared.CCVar;
using Content.Shared.GameObjects.EntitySystems.Atmos; using Content.Shared.GameObjects.EntitySystems.Atmos;
using Content.Shared.Maps; using Content.Shared.Maps;
using JetBrains.Annotations; using JetBrains.Annotations;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -13,6 +13,7 @@ using Content.Shared.Audio;
using Content.Shared.Body.Part; using Content.Shared.Body.Part;
using Content.Shared.Hands.Components; using Content.Shared.Hands.Components;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Physics.Pull; using Content.Shared.Physics.Pull;
using Content.Shared.Pulling.Components; using Content.Shared.Pulling.Components;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -13,6 +13,7 @@ using Content.Shared.Input;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Movement.Components; using Content.Shared.Movement.Components;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Server.Player; using Robust.Server.Player;
using Robust.Shared.Containers; using Robust.Shared.Containers;

View File

@@ -4,6 +4,7 @@ using Content.Server.Chat.Managers;
using Content.Server.GameTicking; using Content.Server.GameTicking;
using Content.Server.Holiday.Interfaces; using Content.Server.Holiday.Interfaces;
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.IoC; using Robust.Shared.IoC;
using Robust.Shared.Prototypes; using Robust.Shared.Prototypes;

View File

@@ -10,6 +10,7 @@ using Content.Shared.Hands;
using Content.Shared.Instruments; using Content.Shared.Instruments;
using Content.Shared.Interaction; using Content.Shared.Interaction;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Throwing; using Content.Shared.Throwing;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;
using Robust.Server.Player; using Robust.Server.Player;

View File

@@ -1,4 +1,5 @@
using Content.Shared; using Content.Shared;
using Content.Shared.CCVar;
using JetBrains.Annotations; using JetBrains.Annotations;
using Robust.Shared.Configuration; using Robust.Shared.Configuration;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;

View File

@@ -1,5 +1,6 @@
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Verbs; using Content.Shared.Verbs;
using Robust.Server.Console; using Robust.Server.Console;
using Robust.Server.GameObjects; using Robust.Server.GameObjects;

View File

@@ -17,6 +17,7 @@ using Content.Shared.Interaction;
using Content.Shared.Interaction.Helpers; using Content.Shared.Interaction.Helpers;
using Content.Shared.Inventory; using Content.Shared.Inventory;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Content.Shared.Rotatable; using Content.Shared.Rotatable;
using Content.Shared.Throwing; using Content.Shared.Throwing;
using Content.Shared.Weapons.Melee; using Content.Shared.Weapons.Melee;

View File

@@ -1,6 +1,7 @@
using Content.Shared.Hands; using Content.Shared.Hands;
using Content.Shared.Inventory; using Content.Shared.Inventory;
using Content.Shared.Notification; using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.GameObjects; using Robust.Shared.GameObjects;
namespace Content.Server.Inventory.Components namespace Content.Server.Inventory.Components

Some files were not shown because too many files have changed in this diff Show More