6
StarHorizon_Public/Content.Server/Cargo/Components/CargoSellBlacklistComponent.cs
2025-08-13 15:03:01 +03: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
{
}