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>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class EmitSoundOnDropComponent : BaseEmitSoundComponent
|
2022-08-09 12:14:55 +03:00
|
|
|
{
|
|
|
|
|
}
|