mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-23 07:14:42 +08:00
Serialization methods names simplified
This commit is contained in:
@@ -27,7 +27,7 @@ export default class Copy extends IInput {
|
||||
getSerializedText() {
|
||||
return this.blueprint
|
||||
.getNodes(true)
|
||||
.map(node => Copy.#serializer.serialize(node.entity, false))
|
||||
.map(node => Copy.#serializer.write(node.entity, false))
|
||||
.join("")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user