Files
tbd-station-14/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs
2023-06-08 16:25:59 +10:00

10 lines
236 B
C#

using Content.Shared.Singularity.Components;
namespace Content.Server.ParticleAccelerator.Components;
[RegisterComponent]
public sealed class ParticleProjectileComponent : Component
{
public ParticleAcceleratorPowerState State;
}