using System; namespace Robust.Shared.Serialization.Manager.Attributes; /// /// Makes any inheritors data records. /// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)] public sealed class ImplicitDataRecordAttribute : Attribute { }