mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-05 18:27:29 +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