using Robust.Shared.GameStates; namespace Content.Shared.Movement.Components; /// /// Applies floor occlusion to any that reparent to this map entity. /// [RegisterComponent, NetworkedComponent] public sealed partial class CP14MapFloorOccluderComponent : Component { }