Telecom server panel check (#14523)

This commit is contained in:
Slava0135
2023-03-24 03:09:45 +03:00
committed by GitHub
parent 8c7e917038
commit d03ca61da1
17 changed files with 226 additions and 138 deletions

View File

@@ -0,0 +1,7 @@
using Content.Shared.Wires;
namespace Content.Client.Wires;
public sealed class WiresSystem : SharedWiresSystem
{
}