CommsHackerSystem.cs 251 B

12345678910
  1. using Content.Shared.Communications;
  2. namespace Content.Client.Communications;
  3. /// <summary>
  4. /// Does nothing special, only exists to provide a client implementation.
  5. /// </summary>
  6. public sealed class CommsHackerSystem : SharedCommsHackerSystem
  7. {
  8. }