11 lines
204 B
C#
11 lines
204 B
C#
|
|
namespace Content.Server.Cargo.Components;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Target for approved orders to spawn at.
|
||
|
|
/// </summary>
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class TradeStationComponent : Component
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|