Files
tbd-station-14/Content.Shared/Cargo/Components/PriceGunComponent.cs
beck-thompson 7485411ab2 Predict appraisal tool verb! (#32496)
* First commit

* Network :(
2024-09-28 14:40:24 +10:00

12 lines
303 B
C#

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