@@ -0,0 +1,4 @@
|
||||
namespace Content.Shared.DeviceLinking.Events;
|
||||
|
||||
[ByRefEvent]
|
||||
public readonly record struct DeviceLinkOverloadedEvent;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
namespace Content.Shared.DeviceLinking.Events;
|
||||
|
||||
[ByRefEvent]
|
||||
public readonly record struct DeviceLinkOverloadedEvent;
|
||||