Re-organize all projects (#4166)
This commit is contained in:
10
Content.Client/Portal/PortalComponent.cs
Normal file
10
Content.Client/Portal/PortalComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.Portal.Components;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.Portal
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class PortalComponent : SharedPortalComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user