10 lines
236 B
C#
10 lines
236 B
C#
using Content.Shared.Singularity.Components;
|
|
|
|
namespace Content.Server.ParticleAccelerator.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed class ParticleProjectileComponent : Component
|
|
{
|
|
public ParticleAcceleratorPowerState State;
|
|
}
|