6
StarHorizon_Public/Content.Shared/Sound/Components/EmitSoundOnSpawnComponent.cs
2025-12-13 13:46:17 +03:00

10 lines
289 B
C#

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