2023-01-04 12:56:35 -06:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
2023-04-24 03:42:09 +10:00
|
|
|
namespace Content.Shared.Sound.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Simple sound emitter that emits sound on LandEvent
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class EmitSoundOnLandComponent : BaseEmitSoundComponent
|
2021-06-19 11:35:56 +02:00
|
|
|
{
|
|
|
|
|
}
|