Files
tbd-station-14/Content.Shared/Spider/SpiderWebObjectComponent.cs
2023-01-22 18:50:05 -04:00

10 lines
205 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Spider;
[RegisterComponent, NetworkedComponent]
[Access(typeof(SharedSpiderSystem))]
public sealed class SpiderWebObjectComponent : Component
{
}