EmitSound prediction (#13282)
This commit is contained in:
11
Content.Shared/Sound/Components/EmitSoundOnSpawnComponent.cs
Normal file
11
Content.Shared/Sound/Components/EmitSoundOnSpawnComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Sound.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Simple sound emitter that emits sound on entity spawn.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class EmitSoundOnSpawnComponent : BaseEmitSoundComponent
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user