CargoSellBlacklistComponent.cs 240 B

123456789
  1. namespace Content.Server.Cargo.Components;
  2. /// <summary>
  3. /// Marks an entity as unable to be sold through the cargo shuttle.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class CargoSellBlacklistComponent : Component
  7. {
  8. }