11 lines
206 B
C#
11 lines
206 B
C#
using Content.Shared.Portal.Components;
|
|
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Client.Portal
|
|
{
|
|
[RegisterComponent]
|
|
public class PortalComponent : SharedPortalComponent
|
|
{
|
|
}
|
|
}
|