Files
OldThink/Content.Server/Radio/EntitySystems/TelecomSystem.cs

6 lines
100 B
C#
Raw Normal View History

2023-03-07 00:11:36 +03:00
namespace Content.Server.Radio.EntitySystems;
public sealed class TelecomSystem : EntitySystem
{
}