Re-organize all projects (#4166)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.ParticleAccelerator.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(ParticleAcceleratorPartComponent))]
|
||||
public class ParticleAcceleratorEndCapComponent : ParticleAcceleratorPartComponent
|
||||
{
|
||||
public override string Name => "ParticleAcceleratorEndCap";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user