Files
crystall-punk-14/Content.Server/Cargo/Components/TradeStationComponent.cs

11 lines
204 B
C#
Raw Permalink Normal View History

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