1
0

EmitSoundSystem.cs 130 B

12345678
  1. using Content.Shared.Sound;
  2. namespace Content.Client.Sound;
  3. public sealed class EmitSoundSystem : SharedEmitSoundSystem
  4. {
  5. }