using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server._White.Other; [RegisterComponent] public sealed partial class WindowMarkComponent : Component { [DataField("replacementProto", required: true, customTypeSerializer: typeof(PrototypeIdSerializer))] public string ReplacementProto = default!; }