Updated FlammableComponent in a few DeltaV specific files to Shared

This commit is contained in:
Vanessa 2025-11-21 15:28:59 -06:00
parent 9d42f336db
commit 581f58ca04
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
using Content.Shared.Actions;
using Content.Shared.Abilities.Psionics;
using Content.Server.Atmos.Components;
using Content.Shared.Atmos.Components;
using Content.Server.Atmos.EntitySystems;
using Content.Server.Popups;
using Robust.Shared.Prototypes;

View File

@ -1,4 +1,4 @@
using Content.Server.Atmos.Components;
using Content.Shared.Atmos.Components;
using Content.Server.Atmos.EntitySystems;
using Content.Server.Popups;
using Content.Server.Power.Components;

View File

@ -3,7 +3,7 @@ using Content.Shared._EE.Silicon.Components;
using Content.Server.Power.Components;
using Content.Shared.Mobs.Systems;
using Content.Server.Temperature.Components;
using Content.Server.Atmos.Components;
using Content.Shared.Atmos.Components;
using Content.Server.Atmos.EntitySystems;
using Content.Server.Popups;
using Content.Shared.Popups;