6
2025-11-03 10:15:18 +03:00

11 lines
251 B
C#

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