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