Files
OldThink/Content.Server/Audio/ContentAudioSystem.cs

9 lines
133 B
C#
Raw Normal View History

2022-08-12 12:53:28 +10:00
using Content.Shared.Audio;
namespace Content.Server.Audio;
public sealed class ContentAudioSystem : SharedContentAudioSystem
{
}