7 lines
200 B
C#
7 lines
200 B
C#
namespace Content.Shared.Sound;
|
|
|
|
public abstract partial class SharedSpamEmitSoundRequirePowerSystem : EntitySystem
|
|
{
|
|
[Dependency] protected readonly SharedEmitSoundSystem EmitSound = default!;
|
|
}
|