Predict gas valves (#33836)

* Predict gas valves

* wawawewa

* Fix imports before I get yelled at

* soff
This commit is contained in:
metalgearsloth
2025-05-15 04:06:37 +10:00
committed by GitHub
parent 9a6dbb27cd
commit c09aa6039c
7 changed files with 137 additions and 104 deletions

View File

@@ -1,5 +1,6 @@
using Content.Server.Atmos.Piping.Binary.Components;
using Content.Server.DeviceLinking.Systems;
using Content.Shared.Atmos.Piping.Binary.Components;
using Content.Shared.DeviceLinking.Events;
namespace Content.Server.Atmos.Piping.Binary.EntitySystems;