6
StarHorizon_Public/Content.Shared/_NF/Cloning/ITransferredByCloning.cs
2025-11-03 10:15:18 +03: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
{
}