6
StarHorizon_Public/Content.Server/Cloning/Components/ActiveCloningPodComponent.cs
2025-11-03 10:15:18 +03:00

10 lines
226 B
C#

namespace Content.Server.Cloning.Components;
/// <summary>
/// Shrimply a tracking component for pods that are cloning.
/// </summary>
[RegisterComponent]
public sealed partial class ActiveCloningPodComponent : Component
{
}