]> git.smokeofanarchy.ru Git - space-station-14.git/commit
move DeviceLinking events to shared (#36307)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sat, 5 Apr 2025 12:20:14 +0000 (14:20 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Apr 2025 12:20:14 +0000 (14:20 +0200)
commitaa24066450dbc2f0350e600e1e94794e1d88a0a1
tree3881bc164f4a475287012df297bbc17260913a11
parent890d4339d152df45e89a5e5c6d7f422f3d6e8dcc
move DeviceLinking events to shared (#36307)

move events
22 files changed:
Content.Server/Atmos/Piping/Binary/EntitySystems/SignalControlledValveSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentPumpSystem.cs
Content.Server/DeviceLinking/Components/Overload/SoundOnOverloadComponent.cs
Content.Server/DeviceLinking/Components/Overload/SpawnOnOverloadComponent.cs
Content.Server/DeviceLinking/Systems/DeviceLinkOverloadSystem.cs
Content.Server/DeviceLinking/Systems/DeviceLinkSystem.cs
Content.Server/DeviceLinking/Systems/DoorSignalControlSystem.cs
Content.Server/DeviceLinking/Systems/EdgeDetectorSystem.cs
Content.Server/DeviceLinking/Systems/GunSignalControlSystem.cs
Content.Server/DeviceLinking/Systems/LogicGateSystem.cs
Content.Server/DeviceLinking/Systems/MemoryCellSystem.cs
Content.Server/DeviceLinking/Systems/SignalTimerSystem.cs
Content.Server/Disposal/Tube/Systems/DisposalSignalRouterSystem.cs
Content.Server/Doors/Systems/AirlockSystem.cs
Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Content.Server/Physics/Controllers/ConveyorController.cs
Content.Server/Power/Generator/GeneratorSignalControlSystem.cs
Content.Server/Singularity/EntitySystems/EmitterSystem.cs
Content.Shared/DeviceLinking/Events/DeviceLinkOverloadedEvent.cs [moved from Content.Server/DeviceLinking/Events/DeviceLinkOverloadedEvent.cs with 58% similarity]
Content.Shared/DeviceLinking/Events/SignalReceivedEvent.cs [moved from Content.Server/DeviceLinking/Events/SignalReceivedEvent.cs with 67% similarity]