6
StarHorizon_Public/Content.Server/_NF/Station/Components/StationDeedSpawnerComponent.cs
2026-01-24 12:49:55 +03:00

11 lines
210 B
C#

namespace Content.Server._NF.Station.Components;
/// <summary>
/// Copy deep of a ship to a new card
/// </summary>
[RegisterComponent]
public sealed partial class StationDeedSpawnerComponent : Component
{
}