Trashbag stuff (#18096)

This commit is contained in:
metalgearsloth
2023-07-18 21:44:00 +10:00
committed by GitHub
parent e0291500af
commit fcf01cc6ef
13 changed files with 55 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
using Content.Shared.DoAfter;
using Robust.Shared.Audio;
using Robust.Shared.GameStates;
using Robust.Shared.Serialization;
@@ -16,6 +17,9 @@ public sealed class DumpableDoAfterEvent : SimpleDoAfterEvent
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
public sealed partial class DumpableComponent : Component
{
[ViewVariables(VVAccess.ReadWrite), DataField("soundDump"), AutoNetworkedField]
public SoundSpecifier? DumpSound = new SoundCollectionSpecifier("storageRustle");
/// <summary>
/// How long each item adds to the doafter.
/// </summary>