Add dependency collection to serialization writes (#11570)
This commit is contained in:
@@ -290,7 +290,8 @@ public sealed class PrototypeSaveTest
|
||||
return new ValidatedValueNode(node);
|
||||
}
|
||||
|
||||
public DataNode Write(ISerializationManager serializationManager, EntityUid value, bool alwaysWrite = false,
|
||||
public DataNode Write(ISerializationManager serializationManager, EntityUid value,
|
||||
IDependencyCollection dependencies, bool alwaysWrite = false,
|
||||
ISerializationContext? context = null)
|
||||
{
|
||||
// EntityUids should be nullable and have no initial value.
|
||||
|
||||
Reference in New Issue
Block a user