Delta-v/Content.Server/Tools/ToolSystem.cs

6 lines
121 B
C#

using Content.Shared.Tools.Systems;
namespace Content.Server.Tools;
public sealed class ToolSystem : SharedToolSystem;