Nuke anchor fixes + cargo sell blacklist (#10286)

This commit is contained in:
Kara
2022-08-03 20:01:14 -07:00
committed by GitHub
parent 2a2ef4ac51
commit 5784c248ac
5 changed files with 27 additions and 4 deletions

View File

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