namespace Content.Shared._White.GhostRecruitment; // this for spawned prototype [RegisterComponent] public sealed partial class RecruitedComponent : Component { [DataField("recruitmentName")] public string RecruitmentName = "default"; }