11 lines
210 B
C#
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
|
|
{
|
|
|
|
}
|