Files
tbd-station-14/Content.Shared/Interaction/Components/UnremoveableComponent.cs
2022-02-18 15:57:31 -07:00

9 lines
195 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Interaction.Components
{
[RegisterComponent]
[NetworkedComponent]
public sealed class UnremoveableComponent : Component {}
}