Files
OldThink/Content.Client/Sound/EmitSoundSystem.cs

9 lines
130 B
C#
Raw Normal View History

2023-01-04 12:56:35 -06:00
using Content.Shared.Sound;
namespace Content.Client.Sound;
public sealed class EmitSoundSystem : SharedEmitSoundSystem
{
}