Files
tbd-station-14/Content.Server/Cargo/Components/PriceGunComponent.cs

11 lines
250 B
C#

namespace Content.Server.Cargo.Components;
/// <summary>
/// This is used for the price gun, which calculates the price of any object it appraises.
/// </summary>
[RegisterComponent]
public sealed partial class PriceGunComponent : Component
{
}