using Robust.Shared.Prototypes;
namespace Content.Server._CP14.Demiplane.Components;
///
/// Creates an entity on demiplane exit points when that entity appears.
///
[RegisterComponent]
public sealed partial class CP14SpawnOutOfDemiplaneComponent : Component
{
///
/// If null, the ProtoId of this entity is taken from the entity itself.
///
[DataField]
public EntProtoId? Proto;
}