Grid delta states (#3635)

This commit is contained in:
Leon Friedrich
2023-01-08 18:43:49 +13:00
committed by GitHub
parent 987d76b53d
commit a323f2ef84
3 changed files with 127 additions and 12 deletions

View File

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