using Content.Shared.Communications; namespace Content.Client.Communications; /// /// Does nothing special, only exists to provide a client implementation. /// public sealed class CommsHackerSystem : SharedCommsHackerSystem { }