Update CP14RoofSystem.cs

This commit is contained in:
Ed
2025-09-27 22:52:32 +03:00
parent 2d91b5db65
commit 62589adb72

View File

@@ -1,4 +1,3 @@
using Content.Shared.Light.Components;
using Content.Shared.Light.EntitySystems;
using Robust.Shared.Map.Components;
@@ -10,7 +9,6 @@ public sealed class CP14RoofSystem : EntitySystem
[Dependency] private readonly SharedMapSystem _maps = default!;
[Dependency] private readonly SharedRoofSystem _roof = default!;
public override void Initialize()
{
base.Initialize();