Add bare footstep sounds (#10272)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user