Files
OldThink/Content.Client/Construction/EntitySystems/AnchorableSystem.cs

6 lines
170 B
C#
Raw Normal View History

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