6
StarHorizon_Public/Content.Server/Cargo/Components/CargoSellBlacklistComponent.cs
2026-01-24 12:49:55 +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
{
}