namespace Content.Server.Forensics; /// /// This component is for mobs that have DNA. /// [RegisterComponent] public sealed partial class DnaComponent : Component { [DataField("dna"), ViewVariables(VVAccess.ReadWrite)] public string DNA = String.Empty; }