Add bare footstep sounds (#10272)

This commit is contained in:
Morb
2022-08-08 12:03:56 +03:00
committed by GitHub
parent 5fbecff3ad
commit 1e6e4a2e34
20 changed files with 52 additions and 7 deletions

View File

@@ -37,6 +37,8 @@ namespace Content.Shared.Maps
[DataField("footstep_sounds")] public SoundSpecifier? FootstepSounds { get; }
[DataField("barestep_sounds")] public SoundSpecifier? BarestepSounds { get; } = new SoundCollectionSpecifier("barestep_hard");
[DataField("friction")] public float Friction { get; set; }
[DataField("variants")] public byte Variants { get; set; } = 1;