All computers play the keyboard sound + small research client cleanup (#7312)
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user