mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 17:54:52 +08:00
Small fix
This commit is contained in:
@@ -49,4 +49,8 @@ export default class ObjectReferenceEntity extends IEntity {
|
||||
getName() {
|
||||
return Utility.getNameFromPath(this.path)
|
||||
}
|
||||
|
||||
toString() {
|
||||
return `${this.type}'"${this.path}"'`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user