Files
crystall-punk-14/Content.Server/_CP14/Procedural/Demiplane/Components/CP14DemiplaneEnterPointComponent.cs
Red b60ceb38ca Demiplanes redesign again (#1616)
* global demi refactor

* rebalance, smaller demiplanes

* remove outdated connections

* audio design + room coords fix

* Update CP14Rooms.cs

* Update wastelands.yml

* hotfixes

* Update CP14SpellThrowFromUser.cs

* Update sky_lightning.yml
2025-08-05 12:15:24 +03:00

10 lines
232 B
C#

namespace Content.Server._CP14.Procedural.Demiplane.Components;
/// <summary>
///
/// </summary>
[RegisterComponent, Access(typeof(CP14DemiplaneSystem))]
public sealed partial class CP14DemiplaneEnterPointComponent : Component
{
}