Add cargo shuttle (#8686)
This commit is contained in:
7
Content.Server/Cargo/Components/CargoPalletComponent.cs
Normal file
7
Content.Server/Cargo/Components/CargoPalletComponent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.Cargo.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Any entities intersecting when a shuttle is recalled will be sold.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class CargoPalletComponent : Component {}
|
||||
Reference in New Issue
Block a user