Fix namespaces and optimize imports (#1651)
* Fix namespaces and optimize imports * Cleanup fixes * Merge conflict fixes * Merge conflict fixes * Merge conflict fixes
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Content.Server.BodySystem;
|
||||
using Content.Server.Health.BodySystem;
|
||||
using Content.Server.Health.BodySystem.BodyPart;
|
||||
using Content.Server.Interfaces.GameTicking;
|
||||
using Content.Server.Players;
|
||||
using Content.Shared.BodySystem;
|
||||
using Content.Shared.Jobs;
|
||||
using Content.Shared.Health.BodySystem;
|
||||
using Content.Shared.Health.BodySystem.BodyPart;
|
||||
using Content.Shared.Maps;
|
||||
using Content.Shared.Roles;
|
||||
using Robust.Server.Interfaces.Console;
|
||||
using Robust.Server.Interfaces.Player;
|
||||
using Robust.Shared.GameObjects.Components.Transform;
|
||||
|
||||
Reference in New Issue
Block a user