Files
tbd-station-14/Content.Server/Tools/ToolSystem.cs
slarticodefast 271e271cc9 Predict passive welding fuel consumption (#38876)
* predict welding fuel consumption

* autopaused

* review

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
2025-07-31 00:38:38 +02:00

6 lines
121 B
C#

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