Files
OldThink/Content.Client/Teleportation/PortalSystem.cs

8 lines
147 B
C#
Raw Normal View History

2023-02-16 18:27:43 -06:00
using Content.Shared.Teleportation.Systems;
namespace Content.Client.Teleportation;
public sealed class PortalSystem : SharedPortalSystem
{
}