using Robust.Shared.GameObjects; namespace Content.Server.Sound.Components { /// /// Simple sound emitter that emits sound on LandEvent /// [RegisterComponent] public sealed class EmitSoundOnLandComponent : BaseEmitSoundComponent { } }