mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 10:44:43 +08:00
Link icon fixing, name refactoring
This commit is contained in:
@@ -7,7 +7,7 @@ export default class UnknownKeysEntity extends IEntity {
|
||||
lookbehind: new TypeInitialization(String, false, "", false, true)
|
||||
}
|
||||
|
||||
constructor(values = {}) {
|
||||
constructor(values) {
|
||||
super(values)
|
||||
/** @type {String} */ this.lookbehind
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user