#4219 some small project tweaks
This commit is contained in:
14
Content.Server/Sound/Components/EmitSoundOnLandComponent.cs
Normal file
14
Content.Server/Sound/Components/EmitSoundOnLandComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Sound.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// Simple sound emitter that emits sound on LandEvent
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public class EmitSoundOnLandComponent : BaseEmitSoundComponent
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override string Name => "EmitSoundOnLand";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user