Files
tbd-station-14/Content.Shared/Spider/SpiderWebObjectComponent.cs

10 lines
213 B
C#

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