mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-14 07:47:29 +08:00
Attribute cleanup forgot
This commit is contained in:
@@ -11,6 +11,10 @@ export default class UnknownKeysEntity extends IEntity {
|
||||
},
|
||||
}
|
||||
|
||||
static {
|
||||
this.cleanupAttributes(this.attributes)
|
||||
}
|
||||
|
||||
constructor(values) {
|
||||
super(values)
|
||||
/** @type {String} */ this.lookbehind
|
||||
|
||||
Reference in New Issue
Block a user