2023-01-19 03:56:45 +01:00
|
|
|
namespace Content.Server.Cloning.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Shrimply a tracking component for pods that are cloning.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ActiveCloningPodComponent : Component
|
2022-08-04 00:05:17 -04:00
|
|
|
{
|
|
|
|
|
}
|