using Robust.Shared.GameObjects; namespace Content.Shared.GameObjects.Components { public abstract class SharedPlaceableSurfaceComponent : Component { public override string Name => "PlaceableSurface"; } }