Niagara convert nodes

This commit is contained in:
barsdeveloper
2024-09-16 00:04:08 +02:00
parent 2b028e2800
commit 90d0cd7016
5 changed files with 31 additions and 5 deletions

View File

@@ -119,4 +119,8 @@ export default class ObjectReferenceEntity extends IEntity {
}
return this.type == other.type && this.path == other.path
}
toString() {
return this.full(this.type, this.path)
}
}