namespace Content.Server._NF.Smuggling.Components; /// /// Denotes a grid that is brought in via a dead drop. /// [RegisterComponent] public sealed partial class ContrabandPodGridComponent : Component { /// /// Maximum number of dead drops to spawn on the station. /// [DataField] public bool Scanned = false; }