insert & eject sound

This commit is contained in:
CaYpeN1
2024-03-23 12:05:59 +05:00
parent 60492620af
commit 7c074f9655
6 changed files with 18 additions and 2 deletions

View File

@@ -10,4 +10,7 @@ public sealed partial class SilencerModuleComponent : BaseModuleComponent
{
[ViewVariables(VVAccess.ReadWrite), DataField]
public SoundSpecifier? OldSoundGunshot;
[ViewVariables(VVAccess.ReadWrite), DataField]
public SoundSpecifier NewSoundGunshot = new SoundPathSpecifier("/Audio/White/Weapons/Modules/silence.ogg");
}