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

@@ -7,7 +7,7 @@ namespace Content.Shared.Teleportation.Systems;
/// <summary>
/// Handles symmetrically linking two entities together, and removing links properly.
/// This does not do anything on its own (outside of deleting entities that have 0 links, if that option is true)
/// Systems can do whatever they please with the linked entities, such as <see cref="PortalSystem"/>.
/// Systems can do whatever they please with the linked entities, such as <see cref="SharedPortalSystem"/>.
/// </summary>
public sealed class LinkedEntitySystem : EntitySystem
{