6
StarHorizon_Public/Content.Shared/Sound/Components/EmitSoundOnDropComponent.cs
2025-11-03 10:15:18 +03:00

10 lines
282 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Sound.Components;
/// <summary>
/// Simple sound emitter that emits sound on entity drop
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class EmitSoundOnDropComponent : BaseEmitSoundComponent;