Fix allowRotationMirror not appearing for the YAML linter (#37343)

Initial commit
This commit is contained in:
SlamBamActionman
2025-05-11 15:40:59 +02:00
committed by GitHub
parent 722137ddb7
commit ca39645b69

View File

@@ -69,6 +69,11 @@ namespace Content.Shared.Maps
[DataField("variants")] public byte Variants { get; set; } = 1; [DataField("variants")] public byte Variants { get; set; } = 1;
/// <summary>
/// Allows the tile to be rotated/mirrored when placed on a grid.
/// </summary>
[DataField] public bool AllowRotationMirror { get; set; } = false;
/// <summary> /// <summary>
/// This controls what variants the `variantize` command is allowed to use. /// This controls what variants the `variantize` command is allowed to use.
/// </summary> /// </summary>