6
StarHorizon_Public/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs
2025-08-13 15:03:01 +03:00

9 lines
205 B
C#

namespace Content.Server.ParticleAccelerator.Components;
[RegisterComponent]
public sealed partial class ParticleAcceleratorPartComponent : Component
{
[ViewVariables]
public EntityUid? Master;
}