mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
12 lines
262 B
C#
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
|
|
{
|
|
|
|
}
|