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 deltanedas
parent 61495f0f11
commit 1521942ddd
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ namespace Content.Shared.Maps
[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>
/// This controls what variants the `variantize` command is allowed to use.
/// </summary>