Remove plural BaseTurfs as a thing in favour of BaseTurf (#16560)

This commit is contained in:
20kdc
2023-05-19 08:10:56 +01:00
committed by GitHub
parent 4efb41aa58
commit ea64b86331
8 changed files with 105 additions and 193 deletions

View File

@@ -33,7 +33,8 @@ namespace Content.Shared.Maps
[DataField("isSubfloor")] public bool IsSubFloor { get; private set; }
[DataField("baseTurfs")] public List<string> BaseTurfs { get; } = new();
[DataField("baseTurf")]
public string BaseTurf { get; } = string.Empty;
[DataField("canCrowbar")] public bool CanCrowbar { get; private set; }