Files
OldThink/Content.Shared/Interaction/Components/UnremoveableComponent.cs

9 lines
195 B
C#
Raw Normal View History

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