6
StarHorizon_Public/Content.Server/Cargo/Components/CargoSellBlacklistComponent.cs
2026-01-13 18:31:02 +02:00

10 lines
240 B
C#

namespace Content.Server.Cargo.Components;
/// <summary>
/// Marks an entity as unable to be sold through the cargo shuttle.
/// </summary>
[RegisterComponent]
public sealed partial class CargoSellBlacklistComponent : Component
{
}