Nuke anchor fixes + cargo sell blacklist (#10286)
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user