6
StarHorizon_Public/Content.Shared/_NF/Medical/MedicalPriceGunComponent.cs
2026-01-24 12:49:55 +03:00

14 lines
386 B
C#

using Robust.Shared.Audio;
namespace Content.Server._NF.Medical.Components;
[RegisterComponent]
public sealed partial class MedicalPriceGunComponent : Component
{
/// <summary>
/// The sound that plays when the price gun appraises an object.
/// </summary>
[DataField]
public SoundSpecifier AppraisalSound = new SoundPathSpecifier("/Audio/Items/appraiser.ogg");
}