Files
crystall-punk-14/Content.Server/Sound/Components/EmitSoundOnSpawnComponent.cs

10 lines
231 B
C#
Raw Normal View History

2022-08-31 12:24:21 +02:00
namespace Content.Server.Sound.Components;
/// <summary>
/// Simple sound emitter that emits sound on entity spawn.
/// </summary>
[RegisterComponent]
public sealed class EmitSoundOnSpawnComponent : BaseEmitSoundComponent
{
}