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