Files
tbd-station-14/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs
2021-07-16 17:37:09 -07:00

11 lines
241 B
C#

using Robust.Shared.GameObjects;
namespace Content.Shared.Construction
{
[RegisterComponent]
public class SharedCanBuildWindowOnTopComponent : Component
{
public override string Name => "CanBuildWindowOnTop";
}
}