Content fixes for engine PR (#39086)
* content changes for engine PR * rerun tests
This commit is contained in:
@@ -5,5 +5,5 @@ namespace Content.Shared.Sound.Components;
|
||||
/// <summary>
|
||||
/// Simple sound emitter that emits sound on LandEvent
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
public sealed partial class EmitSoundOnLandComponent : BaseEmitSoundComponent;
|
||||
|
||||
Reference in New Issue
Block a user