Files
tbd-station-14/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs
2022-05-13 17:59:03 +10:00

8 lines
152 B
C#

namespace Content.Shared.Construction
{
[RegisterComponent]
public sealed class SharedCanBuildWindowOnTopComponent : Component
{
}
}