using Robust.Shared.GameStates; namespace Content.Shared.Tiles; /// /// Deletes the entity if the tile changes from under it. Used for visual effects. /// [RegisterComponent, NetworkedComponent] public sealed partial class RequiresTileComponent : Component { }