fish-station/Content.Client/Construction/EntitySystems/AnchorableSystem.cs
Leon Friedrich 39c4d8be1f
Move Anchorable to shared. (#7361)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-04-02 14:52:44 +11:00

5 lines
170 B
C#

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