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