Remove MapId serializer and rename WorldMap to MapId (#3872)

This commit is contained in:
Leon Friedrich
2023-03-28 00:38:36 +13:00
committed by GitHub
parent 521a97939d
commit a284159a18
8 changed files with 30 additions and 76 deletions

View File

@@ -96,7 +96,7 @@ namespace Robust.UnitTesting.Shared.Map
Assert.That(entMan.HasComponent<MapComponent>(newMapEntity));
var mapComp = entMan.GetComponent<MapComponent>(newMapEntity);
Assert.That(mapComp.WorldMap == mapID);
Assert.That(mapComp.MapId == mapID);
}
/// <summary>