10 lines
276 B
C#
10 lines
276 B
C#
namespace Content.Shared._CP14.Demiplane.Components;
|
|
|
|
/// <summary>
|
|
/// Component for opening demiplane map UI and interacting with StationDemiplaneMapComponent
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class CP14DemiplaneNavigationMapComponent : Component
|
|
{
|
|
}
|