Files
tbd-station-14/Content.Client/Construction/EntitySystems/AnchorableSystem.cs
2022-04-02 14:52:44 +11:00

6 lines
170 B
C#

using Content.Shared.Construction.EntitySystems;
namespace Content.Client.Construction.EntitySystems;
public sealed class AnchorableSystem : SharedAnchorableSystem { }