Small serialization fixes

This commit is contained in:
barsdeveloper
2024-09-08 23:20:07 +02:00
parent 19ef3bd10e
commit 4601c9dc48
6 changed files with 38 additions and 8 deletions

View File

@@ -346,6 +346,7 @@ export default class ObjectEntity extends IEntity {
obj.Node.getter = () => new ObjectReferenceEntity(
this.PCGNode.type,
`${this.Name}.${this.PCGNode.path}`,
nodeRef.full,
)
}
}