Files
tbd-station-14/Content.Server/Cargo/Components/CargoPalletComponent.cs

8 lines
228 B
C#

namespace Content.Server.Cargo.Components;
/// <summary>
/// Any entities intersecting when a shuttle is recalled will be sold.
/// </summary>
[RegisterComponent]
public sealed partial class CargoPalletComponent : Component {}