namespace Content.Server.CrewManifest; [RegisterComponent] public sealed class CrewManifestViewerComponent : Component { /// /// If this manifest viewer is unsecure or not. If it is, /// CCVars.CrewManifestUnsecure being false will /// not allow this entity to be processed by CrewManifestSystem. /// [DataField("unsecure")] public bool Unsecure; }