using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Shared.Roles; public abstract partial class AntagonistRoleComponent : Component { [DataField("prototype", required: true, customTypeSerializer: typeof(PrototypeIdSerializer))] public string? PrototypeId; }