10 lines
226 B
C#
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
|
|
{
|
|
}
|