2021-07-17 02:37:09 +02:00
|
|
|
|
using Robust.Shared.GameObjects;
|
2020-10-08 17:41:23 +02:00
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Shared.Construction
|
2020-10-08 17:41:23 +02:00
|
|
|
|
{
|
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
|
public class SharedCanBuildWindowOnTopComponent : Component
|
|
|
|
|
|
{
|
|
|
|
|
|
public override string Name => "CanBuildWindowOnTop";
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|