mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* 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>
6 lines
121 B
C#
6 lines
121 B
C#
using Content.Shared.Tools.Systems;
|
|
|
|
namespace Content.Server.Tools;
|
|
|
|
public sealed class ToolSystem : SharedToolSystem;
|