Files
780c8ea4f426cc7b1b76f772f8c7c802e1f2a2ef
9 lines
145 B
C#
9 lines
145 B
C#
using Content.Shared.DeviceLinking;
|
|||
|
|||
namespace Content.Client.DeviceLinking;
|
|||
|
|||
public sealed class DeviceLinkSystem : SharedDeviceLinkSystem
|
|||
{
|
|||
|
|||
}
|