Files
OldThink/Content.Client/Communications/CommsHackerSystem.cs

11 lines
251 B
C#
Raw Normal View History

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
{
}