use manual component state for BaseEmitSoundComponent (#35030)
* why * cursed
This commit is contained in:
@@ -6,6 +6,4 @@ namespace Content.Shared.Sound.Components;
|
||||
/// Simple sound emitter that emits sound on ThrowEvent
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class EmitSoundOnThrowComponent : BaseEmitSoundComponent
|
||||
{
|
||||
}
|
||||
public sealed partial class EmitSoundOnThrowComponent : BaseEmitSoundComponent;
|
||||
|
||||
Reference in New Issue
Block a user