remove doorslam sound (#25737)

This commit is contained in:
Nemanja
2024-02-29 19:58:52 -05:00
committed by GitHub
parent 70307f9e00
commit 2852483b5c
2 changed files with 0 additions and 12 deletions

View File

@@ -96,12 +96,6 @@ public sealed partial class DoorComponent : Component
[DataField("denySound")]
public SoundSpecifier? DenySound;
/// <summary>
/// Sound to play when a disarmed (hands comp with 0 hands) entity opens the door. What?
/// </summary>
[DataField("tryOpenDoorSound")]
public SoundSpecifier TryOpenDoorSound = new SoundCollectionSpecifier("MetalSlam");
/// <summary>
/// Sound to play when door has been emagged or possibly electrically tampered
/// </summary>