10 lines
228 B
C#
10 lines
228 B
C#
namespace Content.Server._CP14.Demiplane.Components;
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[RegisterComponent, Access(typeof(CP14DemiplaneSystem))]
|
|
public sealed partial class CP14DemiplaneBlockInteractionsComponent : Component
|
|
{
|
|
}
|