using Robust.Shared.GameStates; namespace Content.Shared.SubFloor; /// /// For tile-like entities, such as catwalk and carpets, to reveal subfloor entities when on the same tile and when /// using a t-ray scanner. /// [RegisterComponent, NetworkedComponent] public sealed partial class TrayScanRevealComponent : Component;