ECS SolutionTransfer, move to shared (#14156)

Removes the last bit of logic from the comp, moves it to shared, and
fixes a bunch of deprecation warnings in the system.
This commit is contained in:
0x6273
2023-02-19 02:01:05 +01:00
committed by GitHub
parent 354d72270a
commit ffaa7a96fe
4 changed files with 85 additions and 126 deletions

View File

@@ -1,14 +1,13 @@
using Content.Server.Chemistry.Components;
using Content.Server.Chemistry.EntitySystems;
using Content.Server.Fluids.EntitySystems;
using Content.Server.Popups;
using Content.Shared.Audio;
using Content.Shared.Chemistry.Components;
using Content.Shared.Extinguisher;
using Content.Shared.FixedPoint;
using Content.Shared.Interaction;
using Content.Shared.Interaction.Events;
using Content.Shared.Verbs;
using Robust.Server.GameObjects;
using Robust.Shared.Audio;
using Robust.Shared.Player;