Fixes some YAML linter errors.

The remaining errors are mostly the linter being overzealous.
This commit is contained in:
Vera Aguilera Puerto
2021-11-12 11:22:36 +01:00
parent 14c1c0ea8c
commit 872bc79cf8
9 changed files with 38 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ namespace Content.Shared.Maps
[DataField("can_crowbar")] public bool CanCrowbar { get; private set; }
[DataField("footstep_sounds", required: true)] public SoundSpecifier FootstepSounds { get; } = default!;
[DataField("footstep_sounds")] public SoundSpecifier? FootstepSounds { get; }
[DataField("friction")] public float Friction { get; set; }