Files
tbd-station-14/Content.Shared/Tiles/ProtectedGridComponent.cs

13 lines
260 B
C#

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