Files
crystall-punk-14/Content.Server/_CP14/DemiplaneAdmin/CP14DemiplaneRiftCatcherComponent.cs
2025-02-02 15:24:34 +03:00

10 lines
293 B
C#

namespace Content.Server._CP14.DemiplaneAdmin;
/// <summary>
/// This demiplane can be added to a map by the admins, which will redirect the next opened demiplane key to that map
/// </summary>
[RegisterComponent]
public sealed partial class CP14DemiplaneRiftCatcherComponent : Component
{
}