2023-01-04 12:56:35 -06:00
|
|
|
using Robust.Shared.GameStates;
|
2020-07-02 14:05:03 +00:00
|
|
|
|
2023-04-24 03:42:09 +10:00
|
|
|
namespace Content.Shared.Sound.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Simple sound emitter that emits sound on ThrowEvent
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class EmitSoundOnThrowComponent : BaseEmitSoundComponent
|
2020-07-02 14:05:03 +00:00
|
|
|
{
|
|
|
|
|
}
|