6
StarHorizon_Public/Content.Client/Teleportation/TeleportLocationsSystem.cs
2025-11-12 10:55:00 +03:00

12 lines
262 B
C#

using Content.Shared.Teleportation.Systems;
namespace Content.Client.Teleportation;
/// <summary>
/// <inheritdoc cref="SharedTeleportLocationsSystem"/>
/// </summary>
public sealed partial class TeleportLocationsSystem : SharedTeleportLocationsSystem
{
}