Files
crystall-punk-14/Content.Server/_CP14/Procedural/Demiplane/Components/CP14DemiplaneBlockInteractionsComponent.cs

10 lines
239 B
C#
Raw Normal View History

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