Files
crystall-punk-14/Content.Shared/_CP14/Demiplane/Components/CP14DemiplaneNavigationMapComponent.cs

10 lines
276 B
C#
Raw Permalink Normal View History

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
{
}