Update salvage.ogg (#15688)

This commit is contained in:
metalgearsloth
2023-04-23 19:13:38 +10:00
committed by GitHub
parent 8aef835d33
commit 9ed3a996da
5 changed files with 20 additions and 11 deletions

View File

@@ -39,6 +39,15 @@ public sealed class SalvageExpeditionComponent : Component
/// Countdown audio stream.
/// </summary>
public IPlayingAudioStream? Stream = null;
/// <summary>
/// Sound that plays when the mission end is imminent.
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField("sound")]
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Misc/tension_session.ogg")
{
Params = AudioParams.Default.WithVolume(-15),
};
}
public enum ExpeditionStage : byte