Tether gun fixes (#8129)

This commit is contained in:
metalgearsloth
2022-05-13 18:59:12 +10:00
committed by GitHub
parent bc68ac96dd
commit 2c927bb24e
6 changed files with 80 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ namespace Content.Shared.Audio
[DataField("enabled")]
public bool Enabled { get; set; } = true;
[DataField("sound", required: true)]
[DataField("sound", required: true), ViewVariables(VVAccess.ReadWrite)]
public SoundSpecifier Sound = default!;
/// <summary>