Entity pickup/drop sound components (#10233)
This commit is contained in:
10
Content.Server/Sound/Components/EmitSoundOnDropComponent.cs
Normal file
10
Content.Server/Sound/Components/EmitSoundOnDropComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.Sound.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// Simple sound emitter that emits sound on entity drop
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class EmitSoundOnDropComponent : BaseEmitSoundComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user