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

11 lines
252 B
C#
Raw Normal View History

namespace Content.Server.Sound.Components
{
/// <summary>
/// Simple sound emitter that emits sound on LandEvent
/// </summary>
[RegisterComponent]
public sealed class EmitSoundOnLandComponent : BaseEmitSoundComponent
{
}
}