Remove emergencylight hashset (#12386)

* Remove emergencylight hashset

Take 2

* Fix test
This commit is contained in:
metalgearsloth
2022-11-09 07:20:41 +11:00
committed by GitHub
parent e733302c30
commit 8765a7ae61
2 changed files with 22 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
namespace Content.Server.Light.Components;
[RegisterComponent]
public sealed class ActiveEmergencyLightComponent : Component
{
}