using Robust.Shared.GameStates; namespace Content.Shared.Tiles; /// /// Prevents floor tile updates when attached to a grid. /// [RegisterComponent, NetworkedComponent] public sealed partial class ProtectedGridComponent : Component { }