Explosive grenade sound (#15582)

This commit is contained in:
Slava0135
2023-05-02 18:13:39 +03:00
committed by GitHub
parent 21388d0fa6
commit 25e5930c07
13 changed files with 31 additions and 21 deletions

View File

@@ -29,9 +29,6 @@ namespace Content.Server.Explosion.Components
[DataField("beepInterval")]
public float BeepInterval = 1;
[DataField("beepParams")]
public AudioParams BeepParams = AudioParams.Default.WithVolume(-2f);
/// <summary>
/// Should timer be started when it was stuck to another entity.
/// Used for C4 charges and similar behaviour.