Quick warning fixes (#31694)
This commit is contained in:
committed by
GitHub
parent
2f4c3dd6fd
commit
528fb4ad55
@@ -1,6 +1,4 @@
|
|||||||
using Content.Client.Actions;
|
using Content.Client.Actions;
|
||||||
using Content.Client.Actions;
|
|
||||||
using Content.Client.Mapping;
|
|
||||||
using Content.Shared.Administration;
|
using Content.Shared.Administration;
|
||||||
using Robust.Shared.Console;
|
using Robust.Shared.Console;
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,8 @@ using Content.Client.UserInterface.Controls;
|
|||||||
using Content.Client.VendingMachines.UI;
|
using Content.Client.VendingMachines.UI;
|
||||||
using Content.Shared.VendingMachines;
|
using Content.Shared.VendingMachines;
|
||||||
using Robust.Client.UserInterface;
|
using Robust.Client.UserInterface;
|
||||||
using Robust.Client.UserInterface.Controls;
|
|
||||||
using Robust.Shared.Input;
|
using Robust.Shared.Input;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Robust.Client.UserInterface;
|
|
||||||
|
|
||||||
namespace Content.Client.VendingMachines
|
namespace Content.Client.VendingMachines
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,12 +1,7 @@
|
|||||||
using System.Collections.Immutable;
|
using System.Collections.Immutable;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text.Json.Nodes;
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Content.Server.Connection.Whitelist;
|
|
||||||
using Content.Server.Connection.Whitelist.Conditions;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Text.Json.Nodes;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Content.Server.Chat.Managers;
|
using Content.Server.Chat.Managers;
|
||||||
using Content.Server.Database;
|
using Content.Server.Database;
|
||||||
using Content.Server.GameTicking;
|
using Content.Server.GameTicking;
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ using Content.Server.Body.Components;
|
|||||||
using Content.Shared.Atmos;
|
using Content.Shared.Atmos;
|
||||||
using Content.Shared.EntityEffects;
|
using Content.Shared.EntityEffects;
|
||||||
using Robust.Shared.Prototypes;
|
using Robust.Shared.Prototypes;
|
||||||
using Content.Shared.EntityEffects;
|
|
||||||
|
|
||||||
namespace Content.Server.EntityEffects.Effects;
|
namespace Content.Server.EntityEffects.Effects;
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ using Content.Shared.EntityEffects;
|
|||||||
using Content.Shared.Polymorph;
|
using Content.Shared.Polymorph;
|
||||||
using Robust.Shared.Prototypes;
|
using Robust.Shared.Prototypes;
|
||||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||||
using Content.Shared.EntityEffects;
|
|
||||||
|
|
||||||
namespace Content.Server.EntityEffects.Effects;
|
namespace Content.Server.EntityEffects.Effects;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user