2023-01-23 01:50:05 +03:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Spider;
|
|
|
|
|
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
|
|
|
[Access(typeof(SharedSpiderSystem))]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class SpiderWebObjectComponent : Component
|
2023-01-23 01:50:05 +03:00
|
|
|
{
|
|
|
|
|
}
|