mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
ECS grid methods and map partials (#3441)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user