mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-06 10:47:30 +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