Files
tbd-station-14/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs

8 lines
160 B
C#

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