mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:30:55 +01:00
9 lines
133 B
C#
9 lines
133 B
C#
using Content.Shared.Audio;
|
|
|
|
namespace Content.Server.Audio;
|
|
|
|
public sealed class ContentAudioSystem : SharedContentAudioSystem
|
|
{
|
|
|
|
}
|