fish-station/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs

7 lines
160 B
C#

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