Add salvage song (#15580)

This commit is contained in:
metalgearsloth
2023-04-21 15:06:35 +10:00
committed by GitHub
parent 3d1333b9ab
commit 8c0d7cfa9f
6 changed files with 18 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
using Content.Shared.Salvage;
using Robust.Shared.Audio;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
namespace Content.Server.Salvage.Expeditions;
@@ -33,6 +34,11 @@ public sealed class SalvageExpeditionComponent : Component
[ViewVariables(VVAccess.ReadWrite), DataField("stage")]
public ExpeditionStage Stage = ExpeditionStage.Added;
/// <summary>
/// Countdown audio stream.
/// </summary>
public IPlayingAudioStream? Stream = null;
}
public enum ExpeditionStage : byte