using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.Components.Portal
{
[RegisterComponent]
public class TeleportableComponent : Component
public override string Name => "Teleportable";
}