Delta-v/Content.Shared/GameObjects/Components/SharedPlaceableSurfaceCompo...

10 lines
227 B
C#

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