Files

12 lines
262 B
C#
Raw Permalink Normal View History

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