mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-19 04:55:57 +08:00
Attribute cleanup forgot
This commit is contained in:
@@ -18,6 +18,10 @@ export default class VariableReferenceEntity extends IEntity {
|
||||
},
|
||||
}
|
||||
|
||||
static {
|
||||
this.cleanupAttributes(this.attributes)
|
||||
}
|
||||
|
||||
constructor(values) {
|
||||
super(values)
|
||||
/** @type {String} */ this.MemberName
|
||||
|
||||
Reference in New Issue
Block a user