Add teleporter logs (#13375)

This commit is contained in:
Chief-Engineer
2023-02-16 18:27:43 -06:00
committed by GitHub
parent d44730a267
commit 061d4de1e4
6 changed files with 52 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
using Content.Shared.Teleportation.Systems;
namespace Content.Client.Teleportation;
public sealed class PortalSystem : SharedPortalSystem
{
}