ECS grid methods and map partials (#3441)

This commit is contained in:
metalgearsloth
2022-11-13 15:37:01 +11:00
committed by GitHub
parent 45e58c1ed8
commit 72a952fbdd
7 changed files with 131 additions and 141 deletions

View File

@@ -62,7 +62,7 @@ namespace Robust.UnitTesting.Shared.GameObjects
new EntityUid(512),
new []
{
new ComponentChange(0, new MapGridComponentState(new EntityUid(0), 16), default)
new ComponentChange(0, new MapGridComponentState(16), default)
}, default);
serializer.Serialize(stream, payload);