fix locks and deployable barriers (#14063)

This commit is contained in:
Nemanja
2023-02-13 07:22:37 -05:00
committed by GitHub
parent 42745b1c6e
commit 650ade0d4e
3 changed files with 23 additions and 17 deletions

View File

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