Files
tbd-station-14/Content.Client/Sound/EmitSoundSystem.cs
2023-01-05 05:56:35 +11:00

9 lines
130 B
C#

using Content.Shared.Sound;
namespace Content.Client.Sound;
public sealed class EmitSoundSystem : SharedEmitSoundSystem
{
}