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

10 lines
254 B
C#
Raw Normal View History

namespace Content.Server._CP14.Demiplane.Components;
/// <summary>
/// Open demiplane from using in hand
/// </summary>
[RegisterComponent, Access(typeof(CP14DemiplaneSystem))]
public sealed partial class CP14DemiplaneUsingOpenComponent : Component
{
}