DeviceLinkSystem.cs 145 B

12345678
  1. using Content.Shared.DeviceLinking;
  2. namespace Content.Client.DeviceLinking;
  3. public sealed class DeviceLinkSystem : SharedDeviceLinkSystem
  4. {
  5. }