Files
crystall-punk-14/Content.Server/_CP14/Demiplane/Components/CP14DemiplaneMapComponent.cs
Red fa22152b42 Demiplane redesign again (again) (#1640)
* rooms generation fix??

* demiplane map returns

* wawa

* fix
2025-08-08 17:37:16 +03:00

13 lines
277 B
C#

namespace Content.Server._CP14.Demiplane.Components;
/// <summary>
///
/// </summary>
[RegisterComponent, Access(typeof(CP14DemiplaneSystem))]
public sealed partial class CP14DemiplaneMapComponent : Component
{
[DataField]
public Vector2i Position = Vector2i.Zero;
}