Files

11 lines
247 B
C#
Raw Permalink Normal View History

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