Files
tbd-station-14/Content.Shared/Sound/Components/EmitSoundOnLandComponent.cs
2025-03-31 00:41:11 +11:00

10 lines
280 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Sound.Components;
/// <summary>
/// Simple sound emitter that emits sound on LandEvent
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class EmitSoundOnLandComponent : BaseEmitSoundComponent;