All computers play the keyboard sound + small research client cleanup (#7312)

This commit is contained in:
Rane
2022-04-08 17:17:05 -04:00
committed by GitHub
parent 6e91538baf
commit 427f7378c3
7 changed files with 22 additions and 26 deletions

View File

@@ -0,0 +1,10 @@
namespace Content.Server.Sound.Components
{
/// <summary>
/// Simple sound emitter that emits sound on AfterActivatableUIOpenEvent
/// </summary>
[RegisterComponent]
public sealed class EmitSoundOnUIOpenComponent : BaseEmitSoundComponent
{
}
}