2023-01-04 12:56:35 -06:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
2023-04-24 03:42:09 +10:00
|
|
|
namespace Content.Shared.Sound.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Simple sound emitter that emits sound on entity drop
|
|
|
|
|
/// </summary>
|
2025-07-22 12:25:28 +02:00
|
|
|
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
2025-03-30 15:41:11 +02:00
|
|
|
public sealed partial class EmitSoundOnDropComponent : BaseEmitSoundComponent;
|