]> git.smokeofanarchy.ru Git - space-station-14.git/commit
use manual component state for BaseEmitSoundComponent (#35030)
authorMilon <milonpl.git@proton.me>
Sun, 30 Mar 2025 13:41:11 +0000 (15:41 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Mar 2025 13:41:11 +0000 (00:41 +1100)
commit89e59b391d840003e2c3f71859b10267ff9fc7bf
tree888db47f32eeace93f6355c5ef20ce242f8fd5e1
parent47f8aefc255bfadf839aaf8add82921727bc3407
use manual component state for BaseEmitSoundComponent (#35030)

* why

* cursed
13 files changed:
Content.Shared/Sound/Components/BaseEmitSoundComponent.cs
Content.Shared/Sound/Components/EmitSoundOnActivateComponent.cs
Content.Shared/Sound/Components/EmitSoundOnCollideComponent.cs
Content.Shared/Sound/Components/EmitSoundOnDropComponent.cs
Content.Shared/Sound/Components/EmitSoundOnInteractUsingComponent.cs
Content.Shared/Sound/Components/EmitSoundOnLandComponent.cs
Content.Shared/Sound/Components/EmitSoundOnPickupComponent.cs
Content.Shared/Sound/Components/EmitSoundOnSpawnComponent.cs
Content.Shared/Sound/Components/EmitSoundOnThrowComponent.cs
Content.Shared/Sound/Components/EmitSoundOnUseComponent.cs
Content.Shared/Sound/Components/SpamEmitSoundComponent.cs
Content.Shared/Sound/Components/SpamEmitSoundRequirePowerComponent.cs
Content.Shared/Sound/SharedEmitSoundSystem.cs