Add telecommunication server (#14415)

This commit is contained in:
Slava0135
2023-03-07 00:11:36 +03:00
committed by GitHub
parent d584537dac
commit e4b1a363f5
14 changed files with 216 additions and 53 deletions

View File

@@ -0,0 +1,5 @@
namespace Content.Server.Radio.EntitySystems;
public sealed class TelecomSystem : EntitySystem
{
}