6
StarHorizon_Public/Content.Shared/_NF/Cloning/ITransferredByCloning.cs
2026-01-13 18:31:02 +02:00

10 lines
244 B
C#

namespace Content.Shared._NF.Cloning;
/// <summary>
/// Indicates that this Component should be transferred to the new entity when the entity is cloned (for example, using a cloner)
/// </summary>
public interface ITransferredByCloning
{
}