10 lines
293 B
C#
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
|
|
{
|
|
}
|