Files
crystall-punk-14/Content.Server/_CP14/Demiplane/Components/CP14DemiplaneUsingOpenComponent.cs
Ed 78e690f38a Unstable demiplanes (#858)
* events

* heartbeat ambient

* Update unstable_rift.yml
2025-02-08 01:09:48 +03:00

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
{
}