This commit is contained in:
barsdeveloper
2021-10-10 14:14:05 +02:00
parent 8ef5f3dab4
commit 82355b9126
8 changed files with 121 additions and 121 deletions

View File

@@ -8,7 +8,7 @@ export default class GraphEntity extends HTMLElement {
*/
constructor(template) {
super()
/** @type {import("./UEBlueprint").EBlueprint}" */
/** @type {import("./UEBlueprint").default}" */
this.blueprint = null
this.template = template
}