6
StarHorizon_Public/Content.Shared/_NF/Medical/MedicalPriceGunComponent.cs
2025-11-07 12:32:48 +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");
}