Re-organize all projects (#4166)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#nullable enable
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Construction
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class SharedCanBuildWindowOnTopComponent : Component
|
||||
{
|
||||
public override string Name => "CanBuildWindowOnTop";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user