Content changes for MapManager/System refactor (#26994)
* Content changes for MapManager/System refactor * Poke Tests * Why is this failing? * Will this make the analyzer happy?
This commit is contained in:
@@ -10,9 +10,8 @@ namespace Content.IntegrationTests.Pair;
|
||||
public sealed class TestMapData
|
||||
{
|
||||
public EntityUid MapUid { get; set; }
|
||||
public EntityUid GridUid { get; set; }
|
||||
public MapId MapId { get; set; }
|
||||
public MapGridComponent MapGrid { get; set; } = default!;
|
||||
public Entity<MapGridComponent> Grid;
|
||||
public MapId MapId;
|
||||
public EntityCoordinates GridCoords { get; set; }
|
||||
public MapCoordinates MapCoords { get; set; }
|
||||
public TileRef Tile { get; set; }
|
||||
@@ -21,4 +20,4 @@ public sealed class TestMapData
|
||||
public EntityUid CMapUid { get; set; }
|
||||
public EntityUid CGridUid { get; set; }
|
||||
public EntityCoordinates CGridCoords { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user