Delta-v/Content.Server/GameObjects/Components/PA/ParticleAcceleratorEndCapCo...

12 lines
350 B
C#

using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.Components.PA
{
[RegisterComponent]
[ComponentReference(typeof(ParticleAcceleratorPartComponent))]
public class ParticleAcceleratorEndCapComponent : ParticleAcceleratorPartComponent
{
public override string Name => "ParticleAcceleratorEndCap";
}
}