Files
tbd-station-14/Content.Server/Security/Components/DeployableBarrierComponent.cs

8 lines
139 B
C#

namespace Content.Server.Security.Components;
[RegisterComponent]
public sealed partial class DeployableBarrierComponent : Component
{
}