Delta-v/Content.Server/DeviceLinking/Events/SignalReceivedEvent.cs

7 lines
218 B
C#

using Content.Server.DeviceNetwork;
namespace Content.Server.DeviceLinking.Events;
[ByRefEvent]
public readonly record struct SignalReceivedEvent(string Port, EntityUid? Trigger = null, NetworkPayload? Data = null);