Files
tbd-station-14/Content.Client/Communications/CommsHackerSystem.cs
deltanedas 24810d916b ninja 2 electric boogaloo (#15534)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-09-10 16:20:27 +10: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
{
}