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