move DeviceLinking events to shared (#36307)

move events
This commit is contained in:
slarticodefast
2025-04-05 14:20:14 +02:00
committed by GitHub
parent 890d4339d1
commit aa24066450
22 changed files with 22 additions and 38 deletions

View File

@@ -0,0 +1,6 @@
using Content.Shared.DeviceNetwork;
namespace Content.Shared.DeviceLinking.Events;
[ByRefEvent]
public readonly record struct SignalReceivedEvent(string Port, EntityUid? Trigger = null, NetworkPayload? Data = null);