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