Files

8 lines
147 B
C#
Raw Permalink 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
{
}